]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxColourSelectorButton.cxx
#2841 BBTK Bug New Normal - bbpConfigurator Cleaning string package:boxname ->...
[bbtk.git] / packages / wx / src / bbwxColourSelectorButton.cxx
index e0c22782e32490e69986645ee7a53ec9220bee25..df4ed6eebca98b56c84bfed73cadb9bb3c9679e3 100644 (file)
@@ -164,6 +164,7 @@ void wxColourPickerCtrlWidget::UpdateBox()
 
   void ColourSelectorButton::Process() 
   { 
+/*
   // The widget may not be created : have to test it before using it
     wxColourPickerCtrlWidget* w = ( wxColourPickerCtrlWidget* )bbGetOutputWidget();
     if (w) 
@@ -176,6 +177,8 @@ void wxColourPickerCtrlWidget::UpdateBox()
       // to the input (which may have changed if the user set it)
        bbSetOutputOut(bbGetInputIn());
       }
+*/
+
   }
 
 
@@ -199,6 +202,7 @@ void wxColourPickerCtrlWidget::UpdateBox()
                                                                cr , cg , cb );    
     
     bbSetOutputWidget( w );
+    bbSetOutputOut(bbGetInputIn());
   }