mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-06 16:16:06 +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);
|
get_editor_interface()->get_editor_viewport()->add_child(window);
|
||||||
make_visible(false);
|
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() {
|
TextEditorEditorPlugin::~TextEditorEditorPlugin() {
|
||||||
|
Loading…
Reference in New Issue
Block a user