Skip to content

Commit

Permalink
Start without composer map without grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jul 10, 2014
1 parent 3e76440 commit 0c8181b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/composer/qgscomposermapwidget.cpp
Expand Up @@ -120,7 +120,6 @@ QgsComposerMapWidget::QgsComposerMapWidget( QgsComposerMap* composerMap ): QgsCo
connect( mYMaxDDBtn, SIGNAL( dataDefinedActivated( bool ) ), mYMaxLineEdit, SLOT( setDisabled( bool ) ) );

updateOverviewSymbolMarker();
updateLineSymbolMarker();

updateGuiElements();
loadGridEntries();
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgscomposermapwidgetbase.ui
Expand Up @@ -713,12 +713,12 @@
<widget class="QComboBox" name="mFrameStyleComboBox">
<item>
<property name="text">
<string>Zebra</string>
<string>No frame</string>
</property>
</item>
<item>
<property name="text">
<string>No frame</string>
<string>Zebra</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 0c8181b

Please sign in to comment.