Fixed small issues with present module:
- disable the close button on the window - thumbnails no longer throw exception if clicked when empty git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3090 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
a14d37f166
commit
995a43709a
@ -71,6 +71,7 @@
|
||||
}
|
||||
|
||||
public function selectSlide():void{
|
||||
if (images == null) return;
|
||||
dispatchEvent(new PresenterCommands(PresenterCommands.GOTO_SLIDE, fisheye.selectedIndex));
|
||||
}
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
xmlns:pres="flexlib.mdi.containers.*"
|
||||
paddingBottom="0" paddingTop="0"
|
||||
paddingLeft="0" paddingRight="0"
|
||||
showCloseButton="false"
|
||||
verticalScrollPolicy="off" horizontalScrollPolicy="off"
|
||||
implements="org.bigbluebutton.common.IBbbModuleWindow"
|
||||
mouseMove="thumbnailDisplay()"
|
||||
|
Loading…
Reference in New Issue
Block a user