mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-29 20:39:19 +01:00
Use better icon.
This commit is contained in:
parent
72edf6db9c
commit
383475a650
@ -46,7 +46,7 @@ TextEditorEditorPlugin::TextEditorEditorPlugin(EditorNode *p_node) {
|
||||
|
||||
get_editor_interface()->get_editor_viewport()->add_child(window);
|
||||
make_visible(false);
|
||||
_icon = get_editor_interface()->get_base_control()->get_icon("CanvasModulate", "EditorIcons");
|
||||
_icon = get_editor_interface()->get_base_control()->get_icon("File", "EditorIcons");
|
||||
}
|
||||
|
||||
TextEditorEditorPlugin::~TextEditorEditorPlugin() {
|
||||
|
Loading…
Reference in New Issue
Block a user