From b7871016a4b0bea694e7fdd6dff8c53f4e75a3df Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Wed, 15 Jan 2020 23:23:50 +0900 Subject: [PATCH] fix dropdown shortcut cycle option --- toonz/sources/include/toonz/preferences.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toonz/sources/include/toonz/preferences.h b/toonz/sources/include/toonz/preferences.h index 6fd64750..4132cdf7 100644 --- a/toonz/sources/include/toonz/preferences.h +++ b/toonz/sources/include/toonz/preferences.h @@ -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 {