cleanup
This commit is contained in:
parent
dfceb138b0
commit
b88f652bf6
@ -72,8 +72,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
private var videoHeight:Number;
|
||||
private var videoWidth:Number;
|
||||
|
||||
[Bindable]
|
||||
private var actualSize:Boolean = true;
|
||||
[Bindable] private var actualSize:Boolean = true;
|
||||
|
||||
// The following code block is to deal with a bug in FLexLib
|
||||
// with MDI windows not responding well to being maximized
|
||||
@ -316,5 +315,4 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
toolTip="{actualSize ? ResourceUtil.getInstance().getString('bbb.desktopView.fitToWindow') : ResourceUtil.getInstance().getString('bbb.desktopView.actualSize')}"
|
||||
tabIndex="{baseIndex+4}"/>
|
||||
</views:DesktopViewToolbar>
|
||||
|
||||
</MDIWindow>
|
||||
|
Loading…
Reference in New Issue
Block a user