From 75a66f8270a9a054e2ebdd4d38ab8e90ef738c2d Mon Sep 17 00:00:00 2001 From: manongjohn <19245851+manongjohn@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:50:30 -0400 Subject: [PATCH] Fix Plastic Tooloption shortcuts --- toonz/sources/toonz/tooloptionsshortcutinvoker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toonz/sources/toonz/tooloptionsshortcutinvoker.cpp b/toonz/sources/toonz/tooloptionsshortcutinvoker.cpp index 9d71f695..6176496c 100644 --- a/toonz/sources/toonz/tooloptionsshortcutinvoker.cpp +++ b/toonz/sources/toonz/tooloptionsshortcutinvoker.cpp @@ -625,6 +625,7 @@ void ToolOptionsShortcutInvoker::onToolSwitched() { (tool->getName() == T_Brush && (tool->getTargetType() & TTool::Vectors))) pgCount = 2; + if (tool->getName() == T_Plastic) pgCount = 5; for (int pgId = 0; pgId < pgCount; pgId++) { TPropertyGroup* pg = tool->getProperties(pgId); if (!pg) continue;