Put back recording window under the recording button.
This commit is contained in:
parent
1668b60069
commit
b5a66652ed
@ -853,8 +853,11 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
}
|
||||
|
||||
private function handleOpenRecordWindowEvent(e:BBBEvent):void {
|
||||
var popUp:RecordWindow = PopUpUtil.createModalPopUp(FlexGlobals.topLevelApplication as DisplayObject, RecordWindow, true) as RecordWindow;
|
||||
var popUp:RecordWindow = PopUpUtil.createModalPopUp(FlexGlobals.topLevelApplication as DisplayObject, RecordWindow, false) as RecordWindow;
|
||||
popUp.setRecordingFlag(e.payload.recording);
|
||||
PopUpUtil.lockPosition(popUp, function():Point {
|
||||
return new Point(parentApplication.width - 150 - popUp.width, y + toolbar.height);
|
||||
});
|
||||
}
|
||||
|
||||
private function onFooterLinkClicked(e:TextEvent):void{
|
||||
|
Loading…
Reference in New Issue
Block a user