GUI -- topo - fix incorrect function reference.
Change-Id: I937808577ceed5c43afe840fb543af3a6c2401fd
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment