diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h index f505b46..58abd27 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -20,7 +20,7 @@ private: bool contentNarrow, contentNarrowLast; cList<cNopacityTimer> timers; cList<cNopacityMenuItem> menuItems; - int handleBackgrounds[6]; + int handleBackgrounds[8]; int handleButtons[4]; void DrawDisk(void); void DrawTimers(void); |