fix #29, you can`t move selected blocks in place which causes bus segment deletion
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user