make sure the poll whiteboard object clears on redraw
This commit is contained in:
parent
08b0ffda1a
commit
6e3ea8dbb0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user