diff --git a/toonz/sources/tnztools/filltool.cpp b/toonz/sources/tnztools/filltool.cpp index 6a6e711..6390a3b 100644 --- a/toonz/sources/tnztools/filltool.cpp +++ b/toonz/sources/tnztools/filltool.cpp @@ -2302,7 +2302,7 @@ void FillTool::onDeactivate() { disconnect(TTool::m_application->getCurrentScene(), SIGNAL(sceneSwitched()), this, SLOT(onFrameSwitched())); disconnect(TTool::m_application->getCurrentColumn(), - SIGNAL(columnIndexSwitched()), this, SLOT(onColumnSwitched())); + SIGNAL(columnIndexSwitched()), this, SLOT(onFrameSwitched())); } //-----------------------------------------------------------------------------