X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewPanel.cxx;h=019979cf2694179d886f18ac9f48e0e154a31ba3;hb=a25a3df9a4e94c5309055cff2f05142126afe968;hp=cad61bd9c6b7382f286c5db306b61b9f288bcddb;hpb=d92a7b41bf7a8a91f68ea25a66618fd94742c9c7;p=creaMaracasVisu.git 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);