Fix viewport drag tooltips not being removed when dragging over other windows

This commit is contained in:
Jonathan G Rennison
2021-04-05 12:30:58 +01:00
parent 638d4cdbe0
commit e3d9cce3ae
3 changed files with 10 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ enum TooltipCloseCondition {
TCC_NONE,
TCC_HOVER_VIEWPORT,
TCC_NEXT_LOOP,
TCC_EXIT_VIEWPORT,
};
struct WindowBase {