Skip to content

Commit af80d5e

Browse files
committed
Quick fix for other point feature type selection
When Muu piste button was selected a key named by button text which is Muu\npiste was looked for.
1 parent 8c9cf33 commit af80d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/gui/components/new_feature_grid_widget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Osa-alue": "Osa-alue",
1111
"Aluevaraus": "Aluevaraus",
1212
"Maankäytön\nkohde": "Maankäytön kohteet",
13-
"Muu piste": "Muut pisteet",
13+
"Muu\npiste": "Muut pisteet",
1414
}
1515

1616
FEATURE_BUTTON_WIDTH = 90

0 commit comments

Comments
 (0)