From b0c152c5dc214c730e15f96d8a6347b5642497c8 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 1 Jun 2017 16:34:11 +0200 Subject: [PATCH] fixed issue with stair node selection --- mapview/2D/MV2DElementStair.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mapview/2D/MV2DElementStair.h b/mapview/2D/MV2DElementStair.h index d47f24e..e7f982c 100644 --- a/mapview/2D/MV2DElementStair.h +++ b/mapview/2D/MV2DElementStair.h @@ -281,6 +281,11 @@ public: } + void onNodeSelect(MapView2D* v, const int userIdx) override { + HasMoveableNodes::onNodeSelect(v, userIdx); + emit v->onElementChange(this); + } + }; #endif // MV2DELEMENTSTAIR_H