mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Add hover styles to buttons in Script/Shader editor
This commit is contained in:
@@ -488,7 +488,7 @@ void ScreenSelect::pressed() {
|
||||
|
||||
ScreenSelect::ScreenSelect() {
|
||||
set_button_mask(MouseButtonMask::RIGHT);
|
||||
set_flat(true);
|
||||
set_theme_type_variation(SceneStringName(FlatButton));
|
||||
set_toggle_mode(true);
|
||||
set_focus_mode(FOCUS_NONE);
|
||||
set_action_mode(ACTION_MODE_BUTTON_PRESS);
|
||||
|
||||
Reference in New Issue
Block a user