Skip to content

Commit 29df5ec

Browse files
committed
Correcting setOpacity return value
1 parent 5d1b201 commit 29df5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compositorcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ namespace RdkShell
12671267
it->compositor->setOpacity(o);
12681268
return true;
12691269
}
1270-
return true;
1270+
return false;
12711271
}
12721272

12731273

0 commit comments

Comments
 (0)