move polar coordinates display to status field 2, so that field 0 persists.

This commit is contained in:
dickelbeck
2009-04-09 18:16:16 +00:00
parent 0261ab718f
commit 4ee4f83de4
2 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -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 );
}