From 3cf9e69646c27f2c77bbf4ddb657d34deffbe386 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 4 Mar 2016 16:06:41 +0100 Subject: [PATCH] #2427 bbGEditor Support New Normal - Correction of showing messages of support in the console --- .../bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx index c5f563d..599a262 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx @@ -1878,14 +1878,14 @@ void wxVtkSceneManager::saveDiagram(std::string &content) { for (int i = 0; i < bsize; i++) { int id = boxes[i]; - std::cout<<"id "<getStatusText()<getModel()->getBBTKType()<getModel()->getBBTKType();//CFT - std::cout<<"nname: "<getModel()->getBBTKName()<getModel()->getGObjectType()<getStatusText()<getModel()->getBBTKType()<getModel()->getBBTKType();//CFT +// std::cout<<"nname: "<getModel()->getBBTKName()<getModel()->getGObjectType()<getModel()->save(content); } -- 2.45.0