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;