diff --git a/toonz/sources/toonz/columncommand.cpp b/toonz/sources/toonz/columncommand.cpp index dfa39f0a..800ed1f0 100644 --- a/toonz/sources/toonz/columncommand.cpp +++ b/toonz/sources/toonz/columncommand.cpp @@ -1453,7 +1453,9 @@ public: TXshColumn *column = xsh->getColumn(i); if (!column) continue; /*- Skip if target is in selected column mode and not selected -*/ - bool isSelected = selection && selection->isColumnSelected(i); + bool isSelected = selection && !selection->isEmpty() + ? selection->isColumnSelected(i) + : cc == i; if (m_target == TARGET_SELECTED && !isSelected) continue; /*-