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
committed by Michael Lutz
parent ae94b2d296
commit 3ede756d23
3 changed files with 8 additions and 1 deletions

View File

@@ -268,6 +268,7 @@ enum TooltipCloseCondition {
TCC_RIGHT_CLICK,
TCC_HOVER,
TCC_NONE,
TCC_EXIT_VIEWPORT,
};
/**