Bug 627699 - Port GTK2 to GTK3, menubar is transparent in gtk3. r=karlt

This commit is contained in:
Martin Stransky 2013-05-29 19:26:40 -04:00
parent e6710aa1e3
commit 69e3f6279f

View File

@ -1474,7 +1474,9 @@ nsNativeThemeGTK::GetWidgetTransparency(nsIFrame* aFrame, uint8_t aWidgetType)
case NS_THEME_SCROLLBAR_TRACK_VERTICAL: case NS_THEME_SCROLLBAR_TRACK_VERTICAL:
case NS_THEME_SCROLLBAR_TRACK_HORIZONTAL: case NS_THEME_SCROLLBAR_TRACK_HORIZONTAL:
case NS_THEME_TOOLBAR: case NS_THEME_TOOLBAR:
#if (MOZ_WIDGET_GTK == 2)
case NS_THEME_MENUBAR: case NS_THEME_MENUBAR:
#endif
case NS_THEME_MENUPOPUP: case NS_THEME_MENUPOPUP:
case NS_THEME_WINDOW: case NS_THEME_WINDOW:
case NS_THEME_DIALOG: case NS_THEME_DIALOG: