diff --git a/lib/appbase/widgets/helper/Button.cpp b/lib/appbase/widgets/helper/Button.cpp index 822afa58..050220fe 100644 --- a/lib/appbase/widgets/helper/Button.cpp +++ b/lib/appbase/widgets/helper/Button.cpp @@ -149,6 +149,8 @@ void Button::paintEvent(QPaintEvent *) void Button::fancyPaint(QPainter &painter) { + return; + if (!this->enabled_) { return;