Skip to content
Snippets Groups Projects
Commit f01ab57c authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : remove lines write twice

parent 41e166bb
No related branches found
No related tags found
No related merge requests found
......@@ -749,7 +749,7 @@ ImageViewerManagerViewGUI
guiRedChannelChoice->clear();
guiGreenChannelChoice->clear();
guiBlueChannelChoice->clear();
guiGrayscaleChannelChoice->clear();
//guiGrayscaleChannelChoice->clear();
guiRealChannelChoice->clear();
guiImaginaryChannelChoice->clear();
......@@ -766,7 +766,7 @@ ImageViewerManagerViewGUI
guiImaginaryChannelChoice->add(oss.str().c_str());
}
guiViewerSetupWindow->redraw();
guiGrayscaleChannelChoice->redraw();
//guiGrayscaleChannelChoice->redraw();
switch(nbComponent){
case 1 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment