mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
test #8
This commit is contained in:
parent
645272718e
commit
1b0e9a6689
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ void Button::paintEvent(QPaintEvent *)
|
|||
|
||||
void Button::fancyPaint(QPainter &painter)
|
||||
{
|
||||
return;
|
||||
|
||||
if (!this->enabled_)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue