fixed issue with stair node selection
This commit is contained in:
@@ -281,6 +281,11 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void onNodeSelect(MapView2D* v, const int userIdx) override {
|
||||
HasMoveableNodes::onNodeSelect(v, userIdx);
|
||||
emit v->onElementChange(this);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif // MV2DELEMENTSTAIR_H
|
||||
|
||||
Reference in New Issue
Block a user