- init cursor to prevent exceptions when server is sending cursor updates befor the display inits
This commit is contained in:
parent
00491a99d6
commit
bde5d81edc
1
bigbluebutton-client/.gitignore
vendored
Normal file
1
bigbluebutton-client/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
bin
|
3
bigbluebutton-client/src/DeskshareStandalone.mxml
Normal file → Executable file
3
bigbluebutton-client/src/DeskshareStandalone.mxml
Normal file → Executable file
@ -25,7 +25,7 @@
|
||||
|
||||
private var videoHolder:UIComponent;
|
||||
|
||||
private var cursor:Shape;
|
||||
private var cursor:Shape = new Shape();;
|
||||
|
||||
private var images:Images = new Images();
|
||||
[Bindable] public var bbbLogo:Class = images.bbb_logo;
|
||||
@ -49,7 +49,6 @@
|
||||
room = p.getParameter("ROOM");
|
||||
service.connect(host+"/"+room);
|
||||
|
||||
cursor = new Shape();
|
||||
cursor.graphics.lineStyle(6, 0xFF0000, 0.6);
|
||||
cursor.graphics.drawCircle(0,0,3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user