]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Merge branch 'BR_IMPROVEMENTS' of ssh://git.salome-platform.org/modules/hydro into...
authormkr <mkr@opencascade.com>
Wed, 20 May 2015 12:33:14 +0000 (15:33 +0300)
committermkr <mkr@opencascade.com>
Wed, 20 May 2015 12:33:14 +0000 (15:33 +0300)
1  2 
src/HYDROGUI/HYDROGUI_Module.cxx
src/HYDROGUI/HYDROGUI_Module.h
src/HYDROGUI/resources/HYDROGUI_msg_en.ts

index c97dbd878b81fec238b41e5f9eea0de51288e696,4ba884b4bdb63be4f2e13942724c310a2b4b936e..3c752c2996aa99ce20d71eaaae911d8d1504efb2
@@@ -729,20 -734,15 +734,24 @@@ void HYDROGUI_Module::createPreferences
  
    setPreferenceProperty( typeOfCursor, "indexes", aCursorTypeIndicesList );
    setPreferenceProperty( typeOfCursor, "icons",   aCursorTypeIconsList );
+   int viewerGroup = addPreference( tr( "PREF_GROUP_VIEWER" ), genTab );
+   addPreference( tr( "PREF_VIEWER_AUTO_FITALL" ), viewerGroup,
+                  LightApp_Preferences::Bool, "HYDRO", "auto_fit_all" );
  }
  
 +QCursor HYDROGUI_Module::getPrefEditCursor() const
 +{
 +  int aCursorType = SUIT_Session::session()->resourceMgr()->integerValue("preferences", "type_of_cursor", (int)CT_CrossCursor );
 +  if ( aCursorType >= Qt::BlankCursor)
 +    aCursorType++;
 +  QCursor aCursor = QCursor( Qt::CursorShape(aCursorType) );
 +  return aCursor;
 +}
 +
  void HYDROGUI_Module::update( const int flags )
  {
-   if( !isUpdateEnabled() )
+   if ( !isUpdateEnabled() )
      return;
  
    QApplication::setOverrideCursor( Qt::WaitCursor );
Simple merge