summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionList.cpp
diff options
context:
space:
mode:
authorjjl2010-11-03 09:48:03 +0100
committerjjl2010-11-03 09:48:03 +0100
commit6dd593a38b61f846d4a01e7568997672b78ae512 (patch)
tree2e93a5d694078142562de0a74521ba97cee4ceaf /src/gui/connectionList.cpp
parentCleanup (diff)
downloadpvs-6dd593a38b61f846d4a01e7568997672b78ae512.tar.gz
pvs-6dd593a38b61f846d4a01e7568997672b78ae512.tar.xz
pvs-6dd593a38b61f846d4a01e7568997672b78ae512.zip
[PVSMGRTOUCH] resetall bug fixed
Diffstat (limited to 'src/gui/connectionList.cpp')
-rw-r--r--src/gui/connectionList.cpp3
1 files changed, 3 insertions, 0 deletions
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();
}