Kaydet (Commit) e1628be8 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: fix build

Change-Id: I51d992e9befc78f6e429480e29bfb78e9be87ac2
üst db8074cb
......@@ -357,7 +357,7 @@ void ToolBox::ImplInvalidate( bool bNewCalc, bool bFullPaint )
{
Invalidate( Rectangle( mnLeftBorder, mnTopBorder,
mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) );
maIdle.Stop();
mpIdle->Stop();
}
}
else
......@@ -368,7 +368,7 @@ void ToolBox::ImplInvalidate( bool bNewCalc, bool bFullPaint )
// do we need to redraw?
if ( IsReallyVisible() && IsUpdateMode() )
maIdle.Start();
mpIdle->Start();
}
}
......
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