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