This commit is contained in:
fourtf 2019-10-05 15:45:45 +02:00
parent 645272718e
commit 1b0e9a6689

View file

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