The commented code should be removed after test campaign
void ModuleBase_PreferencesDlg::onDefault()
{
// reset main resources
-#ifdef SALOME_750 // until SALOME 7.5.0 is released
+//#ifdef SALOME_750 // until SALOME 7.5.0 is released
QtxResourceMgr::WorkingMode aPrev =
myPreferences->resourceMgr()->setWorkingMode(QtxResourceMgr::IgnoreUserValues);
myPreferences->retrieve();
myPreferences->resourceMgr()->setWorkingMode(aPrev);
-#endif
+//#endif
// reset plugin's resources
ModuleBase_Preferences::resetConfig();
ModuleBase_Preferences::updateResourcesByConfig();
// there is a fix for a black-colored window
// the viewer rubber band is valid if the values delta is less than 1
// TODO: remove this row after moving to SALOME 7.5
- mySelector->viewer()->setInteractionStyle(isEnabled ? SUIT_ViewModel::STANDARD
- : SUIT_ViewModel::KEY_FREE);
+ //mySelector->viewer()->setInteractionStyle(isEnabled ? SUIT_ViewModel::STANDARD
+ // : SUIT_ViewModel::KEY_FREE);
}
//**********************************************