Skip to content

Commit

Permalink
Fixed assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 16, 2023
1 parent 061770c commit c0c1b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvNetwork/mrvSyncUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace mrv

bool editable = ui->uiTimeline->isEditable();
msg["command"] = "setTimelineEditable";
msg["value"] = options;
msg["value"] = editable;
tcp->pushMessage(msg);
}
} // namespace mrv

0 comments on commit c0c1b28

Please sign in to comment.