diff options
Diffstat (limited to 'client/macrodrawer.cc')
-rw-r--r-- | client/macrodrawer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrodrawer.cc b/client/macrodrawer.cc index 10dbea0..648f0a6 100644 --- a/client/macrodrawer.cc +++ b/client/macrodrawer.cc @@ -112,7 +112,7 @@ void MacroDrawer::activationChange(bool active) // Clear padlock icon on button if(button) { button->setIcon(QPixmap()); - button->setText("±"); + button->setText(""); } } |