Skip to content

Commit

Permalink
Dirty state if point symbol is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 16, 2023
1 parent aa346bc commit 01ea376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/blau/android/layer/StyleableLayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public String getPointSymbol() {

@Override
public void setPointSymbol(@NonNull String symbol) {
dirty();
symbolName = symbol;
symbolPath = DataStyle.getCurrent().getSymbol(symbol);
}
Expand Down

0 comments on commit 01ea376

Please sign in to comment.