mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed bug that datetime was not drawn correctly in menus
This commit is contained in:
@@ -21,6 +21,7 @@ private:
|
||||
eSubView viewType;
|
||||
cTemplateView *subView;
|
||||
bool subViewAvailable;
|
||||
bool subViewInit;
|
||||
string pluginName;
|
||||
int pluginMenu;
|
||||
ePluginMenuType pluginMenuType;
|
||||
@@ -40,8 +41,8 @@ private:
|
||||
bool defaultSortmodeDrawn;
|
||||
void DrawBackground(void);
|
||||
void DrawHeader(void);
|
||||
void DrawDateTime(void);
|
||||
bool DrawTime(void);
|
||||
void DrawDateTime(bool forced);
|
||||
bool DrawTime(bool forced);
|
||||
void DrawSortMode(void);
|
||||
void DrawColorButtons(void);
|
||||
void DrawMessage(eMessageType type, const char *text);
|
||||
|
||||
Reference in New Issue
Block a user