Kaydet (Commit) bfd4f64b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705257 gold, Missing break in switch

this is the image map window, I see that indeed toggling a shape
active/inactive in the image mapwindow makes it change layer
to the front for no good reason

Change-Id: If6556e8f21dee2b0f7c750d460490d4e03fc0c02
üst fe5840aa
......@@ -725,6 +725,7 @@ IMPL_LINK( IMapWindow, MenuSelectHdl, Menu*, pMenu )
SetCurrentObjState( bNewState );
UpdateInfo( false );
}
break;
case( MN_FRAME_TO_TOP ):
pView->PutMarkedToTop();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment