mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix GTK3 build bustage
This commit is contained in:
parent
88757310cd
commit
3e7ff78276
2 changed files with 3 additions and 3 deletions
|
|
@ -1035,7 +1035,7 @@ GetWidgetStyleInternal(WidgetNodeType aNodeType)
|
|||
return GetWidgetStyleWithClass(MOZ_GTK_RADIOMENUITEM,
|
||||
GTK_STYLE_CLASS_RADIO);
|
||||
case MOZ_GTK_CHECKMENUITEM_INDICATOR:
|
||||
+ return GetWidgetStyleWithClass(MOZ_GTK_CHECKMENUITEM,
|
||||
return GetWidgetStyleWithClass(MOZ_GTK_CHECKMENUITEM,
|
||||
GTK_STYLE_CLASS_CHECK);
|
||||
case MOZ_GTK_PROGRESS_TROUGH:
|
||||
return GetWidgetStyleWithClass(MOZ_GTK_PROGRESSBAR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue