fix slot disconnection (#1971)

This commit is contained in:
shun-iwasawa 2018-05-18 16:00:42 +09:00 committed by masafumi-inoue
parent ab4fa4bfec
commit b4a8f73c50

View file

@ -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()));
}
//-----------------------------------------------------------------------------