Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 9, 2017
1 parent 8a8ecce commit 5c6a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/DashBoard.qml
Expand Up @@ -81,7 +81,7 @@ Controls.Pane {
target: iface

onLoadProjectEnded: {
var themes =
var themes = qgisProject.mapThemeCollection.mapThemes
mapThemeComboBox.model = themes
mapThemeContainer.visible = themes.length > 1
}
Expand Down

0 comments on commit 5c6a049

Please sign in to comment.