X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ColorDlg.cxx;h=bd5a3463e02adb86e32b2caa4443f381ef2668d1;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=5bc7f5fe87b0bed7f1e3239fb1b289e5c1fea505;hpb=2d99821157e770385d7af917b2d22d6aa3cacb7e;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ColorDlg.cxx b/src/HYDROGUI/HYDROGUI_ColorDlg.cxx index 5bc7f5fe..bd5a3463 100644 --- a/src/HYDROGUI/HYDROGUI_ColorDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_ColorDlg.cxx @@ -71,6 +71,9 @@ HYDROGUI_ColorDlg::HYDROGUI_ColorDlg( QWidget* theParent, bool theIsOneColor ) aMainLayout->addWidget( aFillingFrame ); aMainLayout->addWidget( myBorderColorGroup ); + + connect( myFillingTransparent, SIGNAL( toggled( bool ) ), + myFillingColorBox, SLOT( setDisabled( bool ) ) ); } else {