This commit is contained in:
fourtf
2019-10-05 15:45:45 +02:00
parent 645272718e
commit 1b0e9a6689
+2
View File
@@ -149,6 +149,8 @@ void Button::paintEvent(QPaintEvent *)
void Button::fancyPaint(QPainter &painter) void Button::fancyPaint(QPainter &painter)
{ {
return;
if (!this->enabled_) if (!this->enabled_)
{ {
return; return;