Kaydet (Commit) 0e163b0d authored tarafından Michael Meeks's avatar Michael Meeks

tdf#93922 - dispose the calc InputHintWindow properly.

Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2
üst ef0a2683
...@@ -666,7 +666,7 @@ bool ScTabView::HasHintWindow() const ...@@ -666,7 +666,7 @@ bool ScTabView::HasHintWindow() const
void ScTabView::RemoveHintWindow() void ScTabView::RemoveHintWindow()
{ {
mpInputHintWindow.reset(); mpInputHintWindow.disposeAndClear();
} }
// find window that should not be over the cursor // find window that should not be over the cursor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment