Skip to content

Commit 89f6243

Browse files
committed
Beginning of restoring native caption bars
1 parent a50a11c commit 89f6243

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

widget/uikit/nsLookAndFeel.mm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ static nscolor GetColorFromUIColor(UIColor* aColor) {
275275
case IntID::TreeScrollLinesMax:
276276
aResult = 3;
277277
break;
278+
case IntID::DWMCompositor:
279+
case IntID::WindowsClassic:
280+
aResult = 0;
281+
res = NS_ERROR_NOT_IMPLEMENTED;
282+
break;
278283
case IntID::TabFocusModel:
279284
aResult = 1; // default to just textboxes
280285
break;

0 commit comments

Comments
 (0)