We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603e964 commit bcae99eCopy full SHA for bcae99e
src/zq/render_tooltip.cpp
@@ -2,6 +2,7 @@
2
#include "base/render.h"
3
#include "base/zdefs.h"
4
#include "zq/render.h"
5
+#include "zq/render_hotkeys.h"
6
#include "zq/zquest.h"
7
#include <algorithm>
8
@@ -208,7 +209,7 @@ ToolTipRTI::ToolTipRTI(std::string name) : LegacyBitmapRTI(name) {}
208
209
210
void ToolTipRTI::prepare()
211
{
- if (!EnableTooltips)
212
+ if (!EnableTooltips || hotkeys_is_active())
213
214
visible = false;
215
return;
0 commit comments