This commit is contained in:
Felipe Cecagno 2015-03-01 12:34:13 -03:00
parent dfceb138b0
commit b88f652bf6

View File

@ -72,8 +72,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private var videoHeight:Number; private var videoHeight:Number;
private var videoWidth:Number; private var videoWidth:Number;
[Bindable] [Bindable] private var actualSize:Boolean = true;
private var actualSize:Boolean = true;
// The following code block is to deal with a bug in FLexLib // The following code block is to deal with a bug in FLexLib
// with MDI windows not responding well to being maximized // 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')}" toolTip="{actualSize ? ResourceUtil.getInstance().getString('bbb.desktopView.fitToWindow') : ResourceUtil.getInstance().getString('bbb.desktopView.actualSize')}"
tabIndex="{baseIndex+4}"/> tabIndex="{baseIndex+4}"/>
</views:DesktopViewToolbar> </views:DesktopViewToolbar>
</MDIWindow> </MDIWindow>