fixed issue with stair node selection

This commit is contained in:
2017-06-01 16:34:11 +02:00
parent 7a23001b82
commit b0c152c5dc

View File

@@ -281,6 +281,11 @@ public:
}
void onNodeSelect(MapView2D* v, const int userIdx) override {
HasMoveableNodes::onNodeSelect(v, userIdx);
emit v->onElementChange(this);
}
};
#endif // MV2DELEMENTSTAIR_H