From b4a8f73c507dd519a61ba7f729e03450ffcc530a Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: May 18 2018 07:00:42 +0000 Subject: fix slot disconnection (#1971) --- 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())); } //-----------------------------------------------------------------------------