mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
AnalogClock: Keep default alpha hit threshold
This commit is contained in:
parent
5bb76e9b63
commit
1d080e1cda
1 changed files with 0 additions and 1 deletions
|
@ -147,5 +147,4 @@ void AnalogClock::set_show_window_frame(bool show)
|
|||
auto& w = *window();
|
||||
w.set_frameless(!m_show_window_frame);
|
||||
w.set_has_alpha_channel(!m_show_window_frame);
|
||||
w.set_alpha_hit_threshold(m_show_window_frame ? 0 : 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue