fixed issue with "empty" elements [walls, stairs, elevators] during tool selection
minor ui changes
This commit is contained in:
@@ -113,7 +113,8 @@ protected:
|
||||
|
||||
/** finish creating new elements */
|
||||
void disableMe() {
|
||||
finalizeCurrent();
|
||||
//finalizeCurrent();
|
||||
deleteCurrent();
|
||||
delete this; // see dtor!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user