Skip to content

Commit

Permalink
Update ArcGISRuntimeSDKQt_CppSamples/Maps/ConfigureBasemapStyleLangua…
Browse files Browse the repository at this point in the history
…ge/ConfigureBasemapStyleLanguage.qml

Co-authored-by: James Ballard <[email protected]>
  • Loading branch information
har13205 and JamesMBallard authored Mar 4, 2024
1 parent d9783d2 commit 3783d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ Item {
}

function setNewBasemap() {
model.setNewBasemap(globalButton.checked , comboBox.currentText);
model.setNewBasemap(globalButton.checked, comboBox.currentText);
}
}

0 comments on commit 3783d68

Please sign in to comment.