gui/imageinfo.cpp: honor screen setup values

This commit is contained in:
[CST] Focus
2014-01-31 16:31:05 +04:00
parent 2441171656
commit ae320ba411
2 changed files with 9 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ class CImageInfo : public CMenuTarget
void ShowWindow();
void ScrollLic(bool scrollDown);
CComponentsWindowMax *cc_win;
//CComponentsWindowMax *cc_win;
CComponentsWindow *cc_win;
CComponentsForm *cc_info;
CComponentsPIP *cc_tv;
CComponentsInfoBox *cc_lic;