mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Fixed mouse cursor always visible, even on game clock where it is preferred to be invisible while idle
This commit is contained in:
@@ -2,6 +2,8 @@ module TAC
|
||||
class States
|
||||
class Boot < CyberarmEngine::GuiState
|
||||
def setup
|
||||
window.show_cursor = true
|
||||
|
||||
stack width: 1.0, height: 1.0 do
|
||||
background [TAC::Palette::TIMECRAFTERS_PRIMARY, TAC::Palette::TIMECRAFTERS_SECONDARY, TAC::Palette::TIMECRAFTERS_TERTIARY, TAC::Palette::TIMECRAFTERS_PRIMARY]
|
||||
end
|
||||
|
||||
@@ -3,6 +3,8 @@ class Editor < CyberarmEngine::GuiState
|
||||
attr_reader :header_bar, :header_bar_label, :navigation, :content, :menu_bar, :status_bar, :body
|
||||
|
||||
def setup
|
||||
window.show_cursor = true
|
||||
|
||||
@window_width = 0
|
||||
@window_height = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user