Skip to content
Permalink
Browse files
Start without composer map without grid
  • 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.
@@ -120,7 +120,6 @@ QgsComposerMapWidget::QgsComposerMapWidget( QgsComposerMap* composerMap ): QgsCo
connect( mYMaxDDBtn, SIGNAL( dataDefinedActivated( bool ) ), mYMaxLineEdit, SLOT( setDisabled( bool ) ) );

updateOverviewSymbolMarker();
updateLineSymbolMarker();

updateGuiElements();
loadGridEntries();
@@ -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>

0 comments on commit 0c8181b

Please sign in to comment.