Gui: [skip ci] fix regression not to allow to have selected several objects when opening the placement dialog
This commit is contained in:
@@ -1574,7 +1574,7 @@ void StdCmdPlacement::activated(int iMsg)
|
||||
|
||||
bool StdCmdPlacement::isActive(void)
|
||||
{
|
||||
return Gui::Selection().countObjectsOfType(App::GeoFeature::getClassTypeId()) == 1;
|
||||
return Gui::Selection().countObjectsOfType(App::GeoFeature::getClassTypeId()) >= 1;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user