diff --git a/glabels/View.cpp b/glabels/View.cpp index 33ab5a0..c9fc142 100644 --- a/glabels/View.cpp +++ b/glabels/View.cpp @@ -128,7 +128,7 @@ glabels::View::setModel( LabelModel* model ) if ( model ) { - setZoomReal( 1, false ); + zoomToFit(); connect( model, SIGNAL(changed()), this, SLOT(update()) ); connect( model, SIGNAL(selectionChanged()), this, SLOT(update()) );