Salome HOME
Fix for problem: numbers of isolines functionality work incorrect.
authormzn <mzn@opencascade.com>
Mon, 19 Sep 2005 08:41:48 +0000 (08:41 +0000)
committermzn <mzn@opencascade.com>
Mon, 19 Sep 2005 08:41:48 +0000 (08:41 +0000)
src/OCCViewer/OCCViewer_ViewModel.cxx

index bf90792a5a7b22cb3fe0932bf3195d7b7267e492..f500730e71307ae392a1beee4805a85667b6f2e2 100755 (executable)
@@ -443,7 +443,7 @@ void OCCViewer_Viewer::setIsos( const int u, const int v )
   return;
 
   ic->SetIsoNumber( u, AIS_TOI_IsoU );
-  ic->SetIsoNumber( u, AIS_TOI_IsoV );
+  ic->SetIsoNumber( v, AIS_TOI_IsoV );
 }
 
 void OCCViewer_Viewer::isos( int& u, int& v ) const