mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix Editor Settings dialog range editing by dragging and using the slider
This commit is contained in:
parent
c328693e83
commit
eeb8987276
2 changed files with 14 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ class EditorSettingsDialog : public AcceptDialog {
|
|||
virtual void ok_pressed();
|
||||
|
||||
void _settings_changed();
|
||||
void _settings_property_edited(const String& p_name);
|
||||
void _settings_save();
|
||||
|
||||
void _notification(int p_what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue