From 118138bc69fd956c7dabe0b31096611507551aef Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 11 Nov 2008 07:48:25 +0000 Subject: [PATCH] Fix for IPAL17690 : Plot 2D grid/axial marks. --- src/Plot2d/Plot2d_ViewFrame.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 82b262cf5..93b2f732e 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -1831,6 +1831,9 @@ bool Plot2d_Plot2d::existMarker( const QwtSymbol::Style typeMarker, const QColor return false; } +/*! + Slot: checks the current labels format and change it if needed +*/ void Plot2d_Plot2d::onScaleDivChanged() { QwtScaleWidget* aSW = 0; -- 2.39.2