Skip to content

Commit 9040d3a

Browse files
committed
fix HDR levels on macOS
1 parent 394ca46 commit 9040d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qml/views/HdrPreview.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import QtQuick.Shapes
2020
import QtMultimedia
2121

2222
Rectangle {
23-
color: palette.window
23+
color: "black"
2424

2525
component ControlButton: Rectangle {
2626
id: _btn

0 commit comments

Comments
 (0)