fix #29, you can`t move selected blocks in place which causes bus segment deletion

This commit is contained in:
2023-05-30 18:24:37 +03:00
parent 5a4cd77dcb
commit f6205cab55
4 changed files with 61 additions and 19 deletions

View File

@@ -91,6 +91,7 @@ public:
void markAsOutput();
void unmark();
void simplify(bool full = true);
bool hasNullSegment() const;
void adjustLine();
int endpointCount() const;
bool isBusSelected() const { return selSegment >= 0 || selPoint >= 0; }