PAL9167. Check selection after constructor type change

This commit is contained in:
eap 2005-06-16 11:28:38 +00:00
parent c281084aef
commit c6d917d8f2

View File

@ -270,6 +270,8 @@ void BasicGUI_PointDlg::ConstructorsClicked(int constructorId)
updateGeometry();
resize( minimumSize() );
SelectionIntoArgument();
displayPreview();
}