Bug fixes
* Fixed navigation menu being clickable during pseudo hide event * Fixed wrong menu being displayed when accesses from the quick menu
This commit is contained in:
parent
b3a76cce17
commit
ad017851e6
@ -388,6 +388,7 @@ transform navigation_show:
|
|||||||
|
|
||||||
transform navigation_hide:
|
transform navigation_hide:
|
||||||
subpixel True
|
subpixel True
|
||||||
|
events False
|
||||||
zoom 1.0
|
zoom 1.0
|
||||||
alpha 1.0
|
alpha 1.0
|
||||||
easeout_back 0.4 zoom 0.0 alpha 0.0
|
easeout_back 0.4 zoom 0.0 alpha 0.0
|
||||||
|
@ -87,7 +87,7 @@ screen quickbox():
|
|||||||
textbutton "" action QuickSave() tooltip _("Quick Save") # File Save (\F01DA)
|
textbutton "" action QuickSave() tooltip _("Quick Save") # File Save (\F01DA)
|
||||||
textbutton "" action QuickLoad() tooltip _("Quick Load") # File Load (\F0552)
|
textbutton "" action QuickLoad() tooltip _("Quick Load") # File Load (\F0552)
|
||||||
textbutton "" action Preference("auto-forward", "toggle") tooltip _("Auto-Forward Dialogue") # Autoplay (\F18F2)
|
textbutton "" action Preference("auto-forward", "toggle") tooltip _("Auto-Forward Dialogue") # Autoplay (\F18F2)
|
||||||
textbutton "" action ShowMenu("preferences") tooltip _("Game Options") # Settings (\F0493)
|
textbutton "" action ShowMenu("navigation") tooltip _("Game Options") # Settings (\F0493)
|
||||||
textbutton "" action ToggleVariable("states.settings.quickbox_expanded", True, False) tooltip _("Toggle Quick Action Box") # Menu (\F0BAB)
|
textbutton "" action ToggleVariable("states.settings.quickbox_expanded", True, False) tooltip _("Toggle Quick Action Box") # Menu (\F0BAB)
|
||||||
|
|
||||||
style quickbox_button
|
style quickbox_button
|
||||||
|
Loading…
Reference in New Issue
Block a user