mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
This commit is contained in:
parent
0bc3333740
commit
1718a40ac7
5 changed files with 10 additions and 1 deletions
|
@ -210,6 +210,7 @@ MultiScaleBitmaps const* WindowFrame::shadow_bitmap() const
|
|||
if (!WindowManager::the().system_effects().menu_shadow())
|
||||
return nullptr;
|
||||
return s_menu_shadow;
|
||||
case WindowType::Autocomplete:
|
||||
case WindowType::Tooltip:
|
||||
if (!WindowManager::the().system_effects().tooltip_shadow())
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue