You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixed a few issues with Color keyframes
This commit is contained in:
@@ -136,5 +136,5 @@ void Color::SetJsonValue(Json::Value root) {
|
||||
if (!root["blue"].isNull())
|
||||
blue.SetJsonValue(root["blue"]);
|
||||
if (!root["alpha"].isNull())
|
||||
blue.SetJsonValue(root["alpha"]);
|
||||
alpha.SetJsonValue(root["alpha"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user