Fix for the bug where ChatWindow may obscure the whiteboard toolbar
This commit is contained in:
parent
a9329222c8
commit
2f1f433849
@ -147,6 +147,7 @@
|
||||
presentationWindow = window;
|
||||
presentationWindow.addEventListener(MoveEvent.MOVE, setPositionAndDepth);
|
||||
presentationWindow.addEventListener(ResizeEvent.RESIZE, setPositionAndDepth);
|
||||
presentationWindow.addEventListener(MouseEvent.CLICK, setPositionAndDepth);
|
||||
this.x = presentationWindow.x + presentationWindow.width + 3;
|
||||
this.y = presentationWindow.y + 30;
|
||||
parent.setChildIndex(this, parent.numChildren-1);
|
||||
|
Loading…
Reference in New Issue
Block a user