X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxColourDialogButton.cxx;h=eadb5e9ad3e77c6a2b6ce0e625569508a2abe67e;hb=cd48d6c543f0238a07dade3387b3c363096d9179;hp=5e4154c38e7ca13b40464d5a07a197a631fd51df;hpb=c07f97d87b9387613baeafbf47966c29aa42705f;p=bbtk.git diff --git a/packages/wx/src/bbwxColourDialogButton.cxx b/packages/wx/src/bbwxColourDialogButton.cxx index 5e4154c..eadb5e9 100644 --- a/packages/wx/src/bbwxColourDialogButton.cxx +++ b/packages/wx/src/bbwxColourDialogButton.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxColourDialogButton.cxx,v $ Language: C++ - Date: $Date: 2008/02/13 15:09:37 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/02/14 16:55:07 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -63,7 +63,7 @@ wxColourPickerCtrlWidget::wxColourPickerCtrlWidget( ColourDialogButton* box, bbtkDebugMessage("Process",9,"<= wxColourPickerCtrlWidget::wxColourPickerCtrlWidget"< AddGrowableRow(0); - sizer -> Add( picker,1,wxGROW ); + sizer -> Add( picker, 1, wxEXPAND, 0 ); panel -> SetSizer(sizer); } @@ -125,8 +125,7 @@ void wxColourPickerCtrlWidget::UpdateBox() */ void ColourDialogButton::CreateWidget() { - bbtkDebugMessage("Process",9,"=> ColourDialogButton::CreateWidget(" - < ColourDialogButton::CreateWidget()"<