diff options
author | louis <louis.braun@gmx.de> | 2014-10-15 18:04:12 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-15 18:04:12 +0200 |
commit | 8b8389d975f1867d5e6a8be678678fa3206f4fda (patch) | |
tree | 75c62b726167c2d8659bf67203f4099ca100c99d /displaymenu.h | |
parent | 2e4a9b86ed6491e85d7e032790172fe2433cc19c (diff) | |
download | vdr-plugin-skindesigner-8b8389d975f1867d5e6a8be678678fa3206f4fda.tar.gz vdr-plugin-skindesigner-8b8389d975f1867d5e6a8be678678fa3206f4fda.tar.bz2 |
implemented cSDDisplayMenu::GetTextAreaFont()
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 58bc9c9..c453f3d 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -18,6 +18,7 @@ private: cDisplayMenuRootView *rootView; eViewState state; bool doOutput; + mutable cFont *textAreaFont; protected: int Tab(int n); public: |