diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-01 10:45:12 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-01 12:26:16 +0100 |
commit | 8cc89ec5bb5da64148d3527366ae9f8854d17ba4 (patch) | |
tree | b5ff1d7f20563368d984e02272c6f7d11275868c /nopacity.h | |
parent | eb27219c96a2fe5419289c84b1930f3e71ada54b (diff) | |
download | skin-nopacity-8cc89ec5bb5da64148d3527366ae9f8854d17ba4.tar.gz skin-nopacity-8cc89ec5bb5da64148d3527366ae9f8854d17ba4.tar.bz2 |
Fixed an display error in mainmenu
Diffstat (limited to 'nopacity.h')
-rw-r--r-- | nopacity.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ class cNopacity : public cSkin { private: cNopacityDisplayMenu *displayMenu; cImageCache *imgCache; + bool init; void ReloadCaches(void); public: cNopacity(cImageCache *imgCache); |