From 6dd593a38b61f846d4a01e7568997672b78ae512 Mon Sep 17 00:00:00 2001 From: jjl Date: Wed, 3 Nov 2010 09:48:03 +0100 Subject: [PVSMGRTOUCH] resetall bug fixed --- src/gui/connectionList.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/connectionList.cpp') diff --git a/src/gui/connectionList.cpp b/src/gui/connectionList.cpp index 2f9829e..f0fb7d6 100644 --- a/src/gui/connectionList.cpp +++ b/src/gui/connectionList.cpp @@ -502,6 +502,9 @@ void ConnectionList::on_unlock_all() void ConnectionList::on_unproject_all() { MainWindow::getConnectionWindow()->unprojectAllStations(); + sourceList.clear(); + targetList.clear(); + sourceMap.clear(); } -- cgit v1.2.3-55-g7522