1
0
Fork 0
mirror of synced 2024-06-28 19:21:05 +12:00
Rare/rare
loathingKernel 372b276157 [Icon/List]Widget: Disable focus on buttons
When the button gets clicked on, it receives keyboard focus. Disabling the button
afterwards leads to `focusNextChild` getting called. This makes the scrollarea
trying to ensure that `nextChild` is visible, essentially scrolling to a random widget
2023-03-02 19:57:31 +02:00
..
components [Icon/List]Widget: Disable focus on buttons 2023-03-02 19:57:31 +02:00
game_launch_helper GameLaunchHelper: Enumerate valid actions and states from 1 instead of 0 2023-02-04 17:38:07 +02:00
lgndr InstallDialog: Allow downloading 0 size DLCs 2023-02-17 10:37:44 +02:00
models Code cleanup: Use pass instead of ellipsis (...) for abstractmethods 2023-02-20 15:31:04 +02:00
resources Resources: Add static stylesheet for widgets that need special handling irregardless of theme 2023-03-02 15:36:45 +02:00
shared Cleanup: Remove some unused imports 2023-02-18 17:27:18 +02:00
ui LaunchDialog: better layout name 2023-02-20 14:58:01 +02:00
utils Resources: Add static stylesheet for widgets that need special handling irregardless of theme 2023-03-02 15:36:45 +02:00
widgets Resources: Add static stylesheet for widgets that need special handling irregardless of theme 2023-03-02 15:36:45 +02:00
__init__.py Bump version 2023-01-22 21:14:18 +01:00
__main__.py GameWidget: Implement reactive and interactive labels 2023-02-07 13:41:59 +02:00
app.py App: Rename rare_core attr to rcore 2023-02-27 23:47:24 +02:00