fix bugs in video editor

This commit is contained in:
rlx 2011-12-23 06:08:41 +00:00
commit e2529916b3
3 changed files with 24 additions and 22 deletions

View file

@ -2265,7 +2265,9 @@ Ox.VideoPlayer = function(options, self) {
}
self.setOption = function(key, value) {
if (key == 'fullscreen') {
if (key == 'find') {
setSubtitleText();
} else if (key == 'fullscreen') {
toggleFullscreen();
} else if (key == 'height' || key == 'width') {
setSizes();