diff options
author | deva <deva> | 2009-07-03 14:15:23 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-03 14:15:23 +0000 |
commit | 78d879227268ab70aac609f4d1fea37ec81c12c6 (patch) | |
tree | 471905d88da94290a9027cc1d2731e1b744dd12e /client | |
parent | 871f7bd8acf4092ce2046038b503aa0cfc978fa8 (diff) |
Remove dependency tooltip when macro is active.
Diffstat (limited to 'client')
-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(""); } |