Revert "test #8"

This reverts commit 1b0e9a6689.
This commit is contained in:
fourtf 2019-10-05 16:13:18 +02:00
parent 50a68e380c
commit f0e818065c

View file

@ -149,8 +149,6 @@ void Button::paintEvent(QPaintEvent *)
void Button::fancyPaint(QPainter &painter) void Button::fancyPaint(QPainter &painter)
{ {
return;
if (!this->enabled_) if (!this->enabled_)
{ {
return; return;