Smoother autopanning.
This commit is contained in:
parent
113e75c5c5
commit
f968556f9a
|
@ -451,7 +451,7 @@ bool WX_VIEW_CONTROLS::handleAutoPanning( const wxMouseEvent& aEvent )
|
|||
if( borderHit )
|
||||
{
|
||||
m_state = AUTO_PANNING;
|
||||
m_panTimer.Start( (int) ( 1000.0 / 60.0 ) );
|
||||
m_panTimer.Start( (int) ( 250.0 / 60.0 ) );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue