mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
CatDog: Set window hit testing to opaque pixels only
This commit is contained in:
parent
d590e0c946
commit
a0e558ce89
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ int main(int argc, char** argv)
|
|||
window->set_frameless(true);
|
||||
window->set_resizable(false);
|
||||
window->set_has_alpha_channel(true);
|
||||
window->set_alpha_hit_threshold(1.0f);
|
||||
window->set_icon(app_icon.bitmap_for_size(16));
|
||||
|
||||
auto& root_widget = window->set_main_widget<MainFrame>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue