Kaydet (Commit) 35178d18 authored tarafından Michael Meeks's avatar Michael Meeks

Another malingering timer.

Change-Id: Id101fe2023a1f9d6b66e7621516a1710a494ff34
üst 93f9f9cc
......@@ -850,6 +850,7 @@ void SwContentTree::dispose()
{
Clear(); // If applicable erase content types previously.
bIsInDrag = false;
aUpdTimer.Stop();
SvTreeListBox::dispose();
}
......@@ -2453,6 +2454,9 @@ void SwContentTree::HideTree()
IMPL_LINK_NOARG(SwContentTree, TimerUpdate)
{
if (IsDisposed())
return 0;
// No update while drag and drop.
// Query view because the Navigator is cleared too late.
SwView* pView = GetParentWindow()->GetCreateView();
......
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