From: adv Date: Mon, 16 Jul 2012 09:34:08 +0000 (+0000) Subject: Changing the scaling mode to Logarithmic fixed. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=79dbd8117095090c0b27015e1b60eda701360ac5;p=modules%2Fgui.git Changing the scaling mode to Logarithmic fixed. --- diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index b5f958368..cbe46896d 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -1560,7 +1560,6 @@ void Plot2d_ViewFrame::setVerScaleMode( const int mode, bool update ) return; doYLogEnabled(); - return; } myYMode = mode;