Skip to content
Snippets Groups Projects
Commit 35a60630 authored by echicken's avatar echicken
Browse files

In ViewVoteResults, call Frame.cleardata before dumping new content into the...

In ViewVoteResults, call Frame.cleardata before dumping new content into the Frame.  This effectively resets Frame.data_width and Frame.data_height, which ScrollBar uses in its calculations.
parent d15594ce
Branches
Tags
No related merge requests found
......@@ -1331,6 +1331,7 @@ function ViewVoteResults(pSubBoardCode)
msgBodyText = "Unable to load poll";
// Load the poll text into the Frame object and draw the frame
displayFrame.cleardata();
displayFrame.clear("\1n");
displayFrame.putmsg(msgBodyText, "\1n");
displayFrame.scrollTo(0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment