fix dropdown shortcut cycle option

This commit is contained in:
shun-iwasawa 2020-01-15 23:23:50 +09:00
parent 7f56cb89d3
commit b7871016a4

View file

@ -317,7 +317,7 @@ public:
// Tools Tab
bool getDropdownShortcutsCycleOptions() {
return getBoolValue(dropdownShortcutsCycleOptions);
return getIntValue(dropdownShortcutsCycleOptions) == 1;
}
bool getFillOnlySavebox() const { return getBoolValue(FillOnlysavebox); }
bool isMultiLayerStylePickerEnabled() const {