diff options
Diffstat (limited to 'src/ui/util.c')
-rw-r--r-- | src/ui/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index 6069e800..05d39c01 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -685,6 +685,7 @@ static iWidget *makeMenuSeparator_(void) { | |||
685 | 685 | ||
686 | iWidget *makeMenu_Widget(iWidget *parent, const iMenuItem *items, size_t n) { | 686 | iWidget *makeMenu_Widget(iWidget *parent, const iMenuItem *items, size_t n) { |
687 | iWidget *menu = new_Widget(); | 687 | iWidget *menu = new_Widget(); |
688 | setDrawBufferEnabled_Widget(menu, iTrue); | ||
688 | setBackgroundColor_Widget(menu, uiBackgroundMenu_ColorId); | 689 | setBackgroundColor_Widget(menu, uiBackgroundMenu_ColorId); |
689 | if (deviceType_App() != desktop_AppDeviceType) { | 690 | if (deviceType_App() != desktop_AppDeviceType) { |
690 | setPadding1_Widget(menu, 2 * gap_UI); | 691 | setPadding1_Widget(menu, 2 * gap_UI); |