Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|