Simon Hunt

GUI -- topo - fix incorrect function reference.

Change-Id: I937808577ceed5c43afe840fb543af3a6c2401fd
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
200 200
201 } else if (tps.summaryVisible()) { 201 } else if (tps.summaryVisible()) {
202 // else if the Summary Panel is visible, hide it 202 // else if the Summary Panel is visible, hide it
203 - tps.hideSummaryPanel(); 203 + tps.hideSummary();
204 } 204 }
205 } 205 }
206 206
......