myOperationMgr(theMgr)
{
setWindowTitle(tr("Property Panel"));
- MAYBE_UNUSED QAction* aViewAct = toggleViewAction();
+ //MAYBE_UNUSED QAction* aViewAct = toggleViewAction();
setObjectName(PROP_PANEL);
setStyleSheet("::title { position: relative; padding-left: 5px; text-align: left center }");
}
if (myActiveWidget)
emit propertyPanelActivated();
- else
- emit propertyPanelDeactivated();
+ // VSV: Do not deactivate whole property panel on non-active widget
+ // because it makes problem for continuing of projection operation
+ // because of redefinition of module selection filters while projection
+ // operation is not finished.
+ //else
+ // emit propertyPanelDeactivated();
myOperationMgr->workshop()->selectionActivate()->updateSelectionModes();
myOperationMgr->workshop()->selectionActivate()->updateSelectionFilters();