make sure the poll whiteboard object clears on redraw

This commit is contained in:
Chad Pilkey 2015-08-11 11:58:50 -04:00
parent 08b0ffda1a
commit 6e3ea8dbb0

View File

@ -79,7 +79,7 @@ package org.bigbluebutton.modules.whiteboard.business.shapes
}
private function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
// graphics.clear();
graphics.clear();
if (_data != null && _data.length > 0) {
graphics.lineStyle(2);