From 68aea58ef49cd3ff754b00252a892a3180651615 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 3 Mar 2008 16:11:05 +0000 Subject: [PATCH] *** empty log message *** --- src/VISUGUI/VisuGUI_Prs3dDlg.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx index 6695daf8..46684c60 100644 --- a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx +++ b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx @@ -1503,6 +1503,10 @@ void VisuGUI_ScalarBarPane::setLogarithmic( bool on ) { CBLog->setChecked( on ); } +//---------------------------------------------------------------------------- +bool VisuGUI_ScalarBarPane::isToSave() { + return CBSave ? CBSave->isChecked() : false; +} //---------------------------------------------------------------------------- /*! -- 2.39.2