diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-15 15:54:12 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-15 16:01:39 +0200 |
commit | 63d45136dceedf207a490ca070f3b437d37126e4 (patch) | |
tree | 52657cd06b17c934fb47ea2d03d0d0dd38f41342 /editor/plugins/particles_editor_plugin.h | |
parent | dd31974a88763bb032fb726c3ced2ca74c804c39 (diff) | |
download | redot-engine-63d45136dceedf207a490ca070f3b437d37126e4.tar.gz |
Improve error reporting in the Particles emission point creation dialog
- Display an error message if the selected node doesn't
extend from Spatial
- Display the selected node name in error messages to provide
additional context when relevant
- Clarify error messages
- Use the standard editor warning dialog
Diffstat (limited to 'editor/plugins/particles_editor_plugin.h')
-rw-r--r-- | editor/plugins/particles_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index f689240371..1b3a1877a4 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -49,8 +49,6 @@ protected: EditorFileDialog *emission_file_dialog; SceneTreeDialog *emission_tree_dialog; - ConfirmationDialog *err_dialog; - ConfirmationDialog *emission_dialog; SpinBox *emission_amount; OptionButton *emission_fill; |