ladybird/Userland
Andreas Kling ec6debb46f WindowServer: Don't "enter" menu item when hovering over a separator
Since menu separator items don't have an associated identifier,
make sure we don't falsely report that we've enter item 0.

This fixes an issue where hovering over a separator would behave
as if we'd hovered over the first item in the menu wrt sending
MenuItemEntered.
2021-04-17 20:49:53 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications TextEditor: Show action long texts in the status bar :^) 2021-04-17 20:49:53 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools UserspaceEmulator: use outln_if 2021-04-16 20:03:35 +02:00
DynamicLoader
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibGUI: Add "override text" to GUI::Statusbar 2021-04-17 20:49:53 +02:00
Services WindowServer: Don't "enter" menu item when hovering over a separator 2021-04-17 20:49:53 +02:00
Shell Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
Tests LibM: Use fptan/fpatan instead of approximating atan2/tan 2021-04-15 17:50:16 +02:00
Utilities Utilities: Fix division by zero 2021-04-17 09:25:06 +02:00
CMakeLists.txt