summaryrefslogtreecommitdiff
path: root/client/macro.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macro.cc')
-rw-r--r--client/macro.cc1
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 &macros, bool initialising, NetCom &
}
window->setActive(active);
if(!active) drawer->setToolTip(QObject::tr("Depends on: ") + blocking.join(", "));
+ else drawer->setToolTip("");
}