* CImageInfo: Scroll license text if text box too small

This commit is contained in:
Michael Liebmann
2013-03-20 21:48:51 +01:00
parent c74fb77603
commit 801a15df7c
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: