Fix bug#41137 The button can be pressed at the illegle time

This commit is contained in:
andrew-wuhan-huawei-990-pc 2021-03-03 19:43:57 +08:00
parent 9fb52d0b17
commit 4364e118f0
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ ConfForm::ConfForm(QWidget *parent) :
setModal(false);
KWindowEffects::enableBlurBehind(this->winId(), true, QRegion(path.toFillPolygon().toPolygon()));
setEnableOfBtn();
}
ConfForm::~ConfForm()