Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 869 by mineap, Sat Jun 16 06:36:05 2012 UTC revision 876 by mineap, Sat Jul 7 08:49:54 2012 UTC
# Line 4607  package org.mineap.nndd.player Line 4607  package org.mineap.nndd.player
4607                   */                   */
4608                  public function setFontSize(size:int):void{                  public function setFontSize(size:int):void{
4609                          if(this.videoInfoView != null){                          if(this.videoInfoView != null){
4610                                    this.videoInfoView.setChangeFontSize(size);
4611                                  this.videoInfoView.setStyle("fontSize", size);                                  this.videoInfoView.setStyle("fontSize", size);
4612                          }                          }
4613                          if(this.videoPlayer != null){                          if(this.videoPlayer != null){

Legend:
Removed from v.869  
changed lines
  Added in v.876

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26