From: Eduardo DAVILA Date: Fri, 30 Oct 2015 17:09:26 +0000 (+0100) Subject: #2723 creaMaracasVisu Feature New Normal - ColorLayer new simple interface with... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaMaracasVisu.git;a=commitdiff_plain;h=a25a3df9a4e94c5309055cff2f05142126afe968 #2723 creaMaracasVisu Feature New Normal - ColorLayer new simple interface with just transparency --- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx index cad61bd..019979c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx @@ -182,8 +182,6 @@ printf("EED ColorLayerImageViewPanel::ColorLayerImageViewPanel Start\n"); _opacity = new wxSlider(this, wxID_ANY, 6, 1, 10, wxDefaultPosition, wxSize(2,40), wxSL_HORIZONTAL|wxSL_LABELS, wxDefaultValidator); Connect( _opacity->GetId(), wxEVT_SCROLL_THUMBTRACK, (wxObjectEventFunction) &ColorLayerImageViewPanel::onChangeOpacity ); // sizer -> Add( new wxStaticText(this,-1,_T("Opacity Level")) , 1, wxEXPAND ); -// sizer -> Add( _opacity, 1, wxGROW ); -// sizer -> Add( new wxStaticText(this,-1,_T("Opacity Level")) ); sizer -> Add( _opacity ,1,wxGROW ); sizer->AddGrowableCol(0);