Now able to create grid

This commit is contained in:
2024-11-10 05:12:47 +03:00
parent bfa2621dee
commit db2942986d
6 changed files with 319 additions and 21 deletions

View File

@@ -218,7 +218,6 @@ public:
: Object()
, editor(editor)
{
int i;
Button *cancel_button = editor->get_as_node<Button>(
"%road_lines_create_new_cancel");
LineEdit *line_name = editor->get_as_node<LineEdit>(
@@ -245,7 +244,6 @@ public:
}
virtual ~HandleCreateNewLine()
{
int i;
Button *line_buildings_close =
editor->get_as_node<Button>("%line_buildings_close");
TextEdit *metadata_edit = editor->get_as_node<TextEdit>(