diff options
| author | Juan Linietsky | 2015-08-29 17:16:11 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-08-29 17:16:11 -0300 |
| commit | b4acd18f3245d0e8c928b1f275847473de8a2270 (patch) | |
| tree | 9482832b4e718154cf6c8f9f0a8d214f7c215e92 /tools/editor/plugins/particles_editor_plugin.cpp | |
| parent | 1fecba6b5bca276054a26562402cc329ce3dff5b (diff) | |
| download | godot-b4acd18f3245d0e8c928b1f275847473de8a2270.tar.gz godot-b4acd18f3245d0e8c928b1f275847473de8a2270.tar.zst godot-b4acd18f3245d0e8c928b1f275847473de8a2270.zip | |
-display/emulate_touchscreen now really emulates a touchscreen
-icons to show node menus
Diffstat (limited to 'tools/editor/plugins/particles_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/particles_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/particles_editor_plugin.cpp b/tools/editor/plugins/particles_editor_plugin.cpp index f6f01d82c..5c84d9a86 100644 --- a/tools/editor/plugins/particles_editor_plugin.cpp +++ b/tools/editor/plugins/particles_editor_plugin.cpp @@ -111,6 +111,7 @@ void ParticlesEditor::_populate() { void ParticlesEditor::_notification(int p_notification) { if (p_notification==NOTIFICATION_ENTER_TREE) { + options->set_icon(options->get_popup()->get_icon("Particles","EditorIcons")); } } |
