diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/macrodrawer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/macrodrawer.cc b/client/macrodrawer.cc index 648f0a6..343d5d1 100644 --- a/client/macrodrawer.cc +++ b/client/macrodrawer.cc @@ -105,14 +105,14 @@ void MacroDrawer::activationChange(bool active) // Set padlock icon on button. if(button) { button->setIcon(QPixmap(":icons/padlock.png")); - button->setText(""); + //button->setText(""); } } else { // Clear padlock icon on button if(button) { button->setIcon(QPixmap()); - button->setText(""); + //button->setText(""); } } |