CImageInfo: Scroll license text if text box too small

Origin commit data
------------------
Branch: ni/coolstream
Commit: 801a15df7c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
* CImageInfo: Scroll license text if text box too small

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-03-20 21:48:51 +01:00
parent 152ddb0683
commit 21a5dba4fc
3 changed files with 30 additions and 3 deletions

View File

@@ -54,8 +54,10 @@ class CImageInfo : public CMenuTarget
void InitSupportInfos();
void ShowWindow();
void InitLicenseText();
void ScrollLic(bool scrollDown);
CComponentsWindow *cc_win;
CComponentsInfoBox *cc_lic;
CConfigFile config;
public: