mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 06:32:36 +00:00
c1e21abad5
- Added ITopLevelLayout, implemented by ConsoleLayout, LibraryLayout, SettingsLayout - Removed individual ShortcutsWindows from all layouts, use a single one in MainLayout - Fixed a super old bug where ConsoleLayout was continuing to update even when invisible. - Added a call to set_escdelay() to reduce latency in Linux/OS X when pressing ESC. - Fixed up botched key handling in App.cpp - Added IsFocused(), IsVisible() to IWindow - Added a new blue color in Colors.cpp (currently unused) Fixed a bug where the search field may get refocused even if the shortcuts bar is active.