Skip to content

Commit

Permalink
using current layer property
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Oct 4, 2024
1 parent 3484b75 commit ce28a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/layers/MMFeaturesListPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MMComponents.MMPage {

property var selectedLayer: null
property bool hasToolbar: false
property bool layerIsReadOnly: featuresModel.layer?.readOnly ?? false
property bool layerIsReadOnly: selectedLayer?.readOnly ?? false

signal featureClicked( var featurePair )
signal addFeatureClicked( var toLayer )
Expand Down

1 comment on commit ce28a4d

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.10.666911 just submitted!

Please sign in to comment.