From c83f993f8c6755e9853a8cb125db2df4c92116a2 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 26 May 2011 12:54:03 +0000 Subject: [PATCH] Fix for the bug "IPAL22508 TC6.3.0: Post-Pro Preferences - Values Labeling, Inside Cursor, Outside Cursor are not documented". --- src/VISUGUI/VisuGUI_Module.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index 3e94408f..b58ad07d 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -432,8 +432,8 @@ void VisuGUI_Module::createPreferences() VisuGUI::createPreferences(); createGaussPointsPreferences(); - createInsideCursorPreferences(); - createOutsideCursorPreferences(); + //createInsideCursorPreferences(); + //createOutsideCursorPreferences(); createPickingPreferences(); // createSpaceMousePreferences(); //createRecorderPreferences(); -- 2.39.2