diff options
-rw-r--r-- | client/macro.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/macro.cc b/client/macro.cc index 7a4cb89..bd7393f 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -150,4 +150,5 @@ void Macro::init(QBoxLayout *layout, Macros ¯os, bool initialising, NetCom & } window->setActive(active); if(!active) drawer->setToolTip(QObject::tr("Depends on: ") + blocking.join(", ")); + else drawer->setToolTip(""); } |