Fix bug#41137 The button can be pressed at the illegle time
This commit is contained in:
parent
9fb52d0b17
commit
4364e118f0
|
@ -131,6 +131,7 @@ ConfForm::ConfForm(QWidget *parent) :
|
|||
setModal(false);
|
||||
|
||||
KWindowEffects::enableBlurBehind(this->winId(), true, QRegion(path.toFillPolygon().toPolygon()));
|
||||
setEnableOfBtn();
|
||||
}
|
||||
|
||||
ConfForm::~ConfForm()
|
||||
|
|
Loading…
Reference in New Issue