diff -r 910ba9fab728 -r 8059b6aa74d7 mainwindow.cpp --- a/mainwindow.cpp Thu Dec 14 17:01:44 2006 +0000 +++ b/mainwindow.cpp Fri Dec 29 13:52:17 2006 +0000 @@ -92,7 +92,6 @@ // Initialize history window; historyWindow=new HistoryWindow(); - // FIXME historyWindow.setStepsTotal(stepsTotal); // Initialize some settings, which are platform dependant QString p,s; @@ -3095,7 +3094,6 @@ m.reset(); currentMapEditor()->setMatrix( m ); currentMapEditor()->setViewCenter(); - currentMapEditor()->adjustCanvasSize(); } } @@ -3107,7 +3105,6 @@ m.scale( 1.25, 1.25 ); currentMapEditor()->setMatrix( m ); currentMapEditor()->setViewCenter(); - currentMapEditor()->adjustCanvasSize(); } } @@ -3119,7 +3116,6 @@ m.scale( 0.8, 0.8 ); currentMapEditor()->setMatrix( m ); currentMapEditor()->setViewCenter(); - currentMapEditor()->adjustCanvasSize(); } } @@ -3366,7 +3362,6 @@ if ( (typeid(*selection) == typeid(FloatImageObj)) ) { FloatObj *fo=(FloatImageObj*)selection; -//FIXME do this in mainwindow standardFlagsDefault->setEnabled (false); actionEditOpenURL->setEnabled (false); actionEditOpenVymLink->setEnabled (false);