Removed leading space
This commit is contained in:
parent
1ea566b59d
commit
6775cf392a
|
@ -1308,7 +1308,7 @@ int DRAWING_TOOL::placeTextModule()
|
||||||
|
|
||||||
if( !placing )
|
if( !placing )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
m_controls->CaptureCursor( true );
|
m_controls->CaptureCursor( true );
|
||||||
m_controls->SetAutoPan( true );
|
m_controls->SetAutoPan( true );
|
||||||
m_controls->ShowCursor( false );
|
m_controls->ShowCursor( false );
|
||||||
|
|
Loading…
Reference in New Issue