summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorJonathan G Rennison <j.g.rennison@gmail.com>2021-04-05 12:30:58 +0100
committerMichael Lutz <michi@icosahedron.de>2021-04-08 19:34:45 +0200
commit3ede756d23b09f52a8099736d9a78abc966448b8 (patch)
treefc2ae1c2fd3744fc4c1d182dfe9bb0afd49458b6 /src/window_gui.h
parentae94b2d29695d46813e93d26e05abb436f2bf396 (diff)
downloadopenttd-3ede756d23b09f52a8099736d9a78abc966448b8.tar.xz
Fix: Viewport drag tooltips not being removed when dragging over other windows
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index c792a6b28..aca7f4486 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -268,6 +268,7 @@ enum TooltipCloseCondition {
TCC_RIGHT_CLICK,
TCC_HOVER,
TCC_NONE,
+ TCC_EXIT_VIEWPORT,
};
/**