Default to zoom to fit.

This commit is contained in:
Jim Evins
2015-08-22 16:56:01 -04:00
parent 065485d6e5
commit 4430cfdfb1
+1 -1
View File
@@ -128,7 +128,7 @@ glabels::View::setModel( LabelModel* model )
if ( model ) if ( model )
{ {
setZoomReal( 1, false ); zoomToFit();
connect( model, SIGNAL(changed()), this, SLOT(update()) ); connect( model, SIGNAL(changed()), this, SLOT(update()) );
connect( model, SIGNAL(selectionChanged()), this, SLOT(update()) ); connect( model, SIGNAL(selectionChanged()), this, SLOT(update()) );