diff options
| author | Daniel J. Ramirez | 2017-08-07 21:55:24 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-08-08 11:44:37 -0500 |
| commit | 273d2ab9d492fc6855302b69b7219a95f77644aa (patch) | |
| tree | 7612bf55c71f6a15cf4246bc96fe277ecddc6e4c /editor/script_editor_debugger.h | |
| parent | 9e938bf3c1d6316d6a5a87569e211e8c29842964 (diff) | |
| download | godot-273d2ab9d492fc6855302b69b7219a95f77644aa.tar.gz godot-273d2ab9d492fc6855302b69b7219a95f77644aa.tar.zst godot-273d2ab9d492fc6855302b69b7219a95f77644aa.zip | |
Diffstat (limited to 'editor/script_editor_debugger.h')
| -rw-r--r-- | editor/script_editor_debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index 907c267d4..d255d7316 100644 --- a/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h @@ -89,7 +89,7 @@ class ScriptEditorDebugger : public Control { TabContainer *tabs; - LineEdit *reason; + Label *reason; ScriptEditorDebuggerVariables *variables; Button *step; |
