summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2021-05-28 20:58:03 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2021-05-28 21:04:38 -0300
commit38e635bb1d72b66b75a2a3da60978da8bb121019 (patch)
tree4ce9687e044e94c6e8585d7b3cb503e826239d51 /editor/editor_node.h
parent364ea7f280a3f074795e542b16b1d0ec76cf6ce2 (diff)
downloadredot-engine-38e635bb1d72b66b75a2a3da60978da8bb121019.tar.gz
Remove `dim_editor_on_dialog_popup` from editor settings
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 9824702d7b..ce42fd3c8a 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -855,7 +855,7 @@ public:
void notify_settings_changed();
- void dim_editor(bool p_dimming, bool p_force_dim = false);
+ void dim_editor(bool p_dimming);
bool is_editor_dimmed() const;
void edit_current() { _edit_current(); };