Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarPaneManager.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-11 15:20:48 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-11 15:20:48 +1000
commitc68ebd2e0e13facd09fc9d194111462266a86068 (patch)
tree4b3f9c4dbee34e94719f96a09f01326571427d99 /source/windowing/StarPaneManager.hpp
parent37f3178d33ab77de064bcbf10b4b03ddb47cc979 (diff)
Tooltip improvements
Diffstat (limited to 'source/windowing/StarPaneManager.hpp')
-rw-r--r--source/windowing/StarPaneManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarPaneManager.hpp b/source/windowing/StarPaneManager.hpp
index ffa46c7..b6d1032 100644
--- a/source/windowing/StarPaneManager.hpp
+++ b/source/windowing/StarPaneManager.hpp
@@ -100,7 +100,7 @@ private:
Vec2I m_tooltipLastMousePos;
Vec2I m_tooltipInitialPosition;
PanePtr m_activeTooltip;
- PanePtr m_tooltipParentPane;
+ PaneWeakPtr m_tooltipParentPane;
};
}