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