]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix typos and clean code
authorjfa <jfa@opencascade.com>
Wed, 14 Dec 2022 11:28:23 +0000 (14:28 +0300)
committerjfa <jfa@opencascade.com>
Wed, 14 Dec 2022 11:28:23 +0000 (14:28 +0300)
src/LightApp/LightApp_Application.cxx
src/OCCViewer/OCCViewer_ViewModel.cxx

index 197af17cb29d2d1313d0ac27ebd5120033ff8893..e84d52a59cb7f27dcbc7fd6479cc355832455a6d 100644 (file)
@@ -3676,7 +3676,6 @@ void LightApp_Application::preferencesChanged( const QString& sec, const QString
 #endif
 
 #ifndef DISABLE_OCCVIEWER
-  //if ( sec == QString( "OCCViewer" ) && param == QString( "viewcube_color" ) )
   if ( sec == QString( "OCCViewer" ) && param.contains( "viewcube" ) )
   {
     QList<SUIT_ViewManager*> lst;
index 0cd0e507d5b532dda8fca9244ef0f4589d616f2c..f1f4b9653a49f98db0fd811480537e90669541e7 100644 (file)
@@ -1333,7 +1333,7 @@ void OCCViewer_Viewer::setTrihedronShown( const bool on )
 }
 
 /*!
-  Sets visibility state of trihedron
+  Sets visibility state of view cube
   \param on - new state
 */