move polar coordinates display to status field 2, so that field 0 persists.
This commit is contained in:
@@ -186,7 +186,7 @@ void WinEDA_DrawFrame::Affiche_Message( const wxString& message )
|
||||
* Display the message on the bottom the frame
|
||||
*/
|
||||
{
|
||||
SetStatusText( message );
|
||||
SetStatusText( message, 0 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user