diff options
| author | Juan Linietsky | 2015-04-09 00:31:07 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-09 00:31:07 -0300 |
| commit | b967bb73c265904005957cb02148ccc7d53e6d8f (patch) | |
| tree | ea501bdd391825986fcf09d163446d4de95f5701 /tools/editor/plugins/polygon_2d_editor_plugin.cpp | |
| parent | d148a0384821a05f8714099cf00e1b521643a2ad (diff) | |
| parent | dd12bd406e0c0b0c18047dcaf6a9e5bac95f1ee6 (diff) | |
| download | godot-b967bb73c265904005957cb02148ccc7d53e6d8f.tar.gz godot-b967bb73c265904005957cb02148ccc7d53e6d8f.tar.zst godot-b967bb73c265904005957cb02148ccc7d53e6d8f.zip | |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools/editor/plugins/polygon_2d_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/polygon_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/polygon_2d_editor_plugin.cpp b/tools/editor/plugins/polygon_2d_editor_plugin.cpp index 3858bf2c6..d4b307f66 100644 --- a/tools/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/tools/editor/plugins/polygon_2d_editor_plugin.cpp @@ -90,7 +90,7 @@ void Polygon2DEditor::_menu_option(int p_option) { if (node->get_texture().is_null()) { error->set_text("No texture in this polygon.\nSet a texture to be able to edit UV."); - error->popup_centered_minsize(Size2(300,70)); + error->popup_centered_minsize(); return; } |
