Skip to content

Commit 27ee465

Browse files
committed
Correcting setOpacity,setScale return values
1 parent 5d1b201 commit 27ee465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compositorcontroller.cpp

Lines changed: 2 additions & 2 deletions
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

@@ -1290,7 +1290,7 @@ namespace RdkShell
12901290
it->compositor->setScale(scaleX, scaleY);
12911291
return true;
12921292
}
1293-
return true;
1293+
return false;
12941294
}
12951295

12961296
bool CompositorController::getHolePunch(const std::string& client, bool& holePunch)

0 commit comments

Comments
 (0)