summaryrefslogtreecommitdiffstats
path: root/editor/shader_create_dialog.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-12-04 13:18:48 +0100
committerYuri Sizov <yuris@humnom.net>2023-12-04 13:18:48 +0100
commit01888ae7ab2d8989b6e25cb2edbe7b3d27cf4e4e (patch)
tree4e1bfbf8a8a6eb05279582dd5fe527a427f3cbeb /editor/shader_create_dialog.h
parentd76c1d0e516fedc535a2e394ab780cac79203477 (diff)
downloadredot-engine-01888ae7ab2d8989b6e25cb2edbe7b3d27cf4e4e.tar.gz
Fix theme application in various editor dialogs
99% of the time we shouldn't rely on the signal, we should use the notification instead. I left some comments in places where I couldn't quickly improve the code.
Diffstat (limited to 'editor/shader_create_dialog.h')
-rw-r--r--editor/shader_create_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/shader_create_dialog.h b/editor/shader_create_dialog.h
index d6d9f10020..5240842110 100644
--- a/editor/shader_create_dialog.h
+++ b/editor/shader_create_dialog.h
@@ -101,7 +101,6 @@ class ShaderCreateDialog : public ConfirmationDialog {
void _update_dialog();
protected:
- void _update_theme();
void _notification(int p_what);
static void _bind_methods();