You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #112210 from Giganzo/hover-game-speed
Fix hover state for game speed button in game window
This commit is contained in:
@@ -1243,7 +1243,8 @@ GameView::GameView(Ref<GameViewDebugger> p_debugger, EmbeddedProcessBase *p_embe
|
||||
speed_state_button = memnew(MenuButton);
|
||||
process_hb->add_child(speed_state_button);
|
||||
speed_state_button->set_text(U"1.0×");
|
||||
speed_state_button->set_theme_type_variation(SceneStringName(FlatButton));
|
||||
speed_state_button->set_flat(false);
|
||||
speed_state_button->set_theme_type_variation("FlatMenuButton");
|
||||
speed_state_button->set_tooltip_text(TTRC("Change the game speed."));
|
||||
speed_state_button->set_accessibility_name(TTRC("Speed State"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user