From 79dbd8117095090c0b27015e1b60eda701360ac5 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 16 Jul 2012 09:34:08 +0000 Subject: [PATCH] Changing the scaling mode to Logarithmic fixed. --- src/Plot2d/Plot2d_ViewFrame.cxx | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2