Skip to content

Commit

Permalink
Fix logicalSize
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia authored Feb 26, 2022
1 parent ebaec18 commit 68b925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/outputmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ bool OutputModel::setReplicationSourceIndex(int outputIndex, int sourceIndex)
m_config->setReplicationSource(output.ptr, source);
output.posReset = output.ptr->pos();
output.ptr->setPos(source->pos());
output.ptr->setExplicitLogicalSize(source->logicalSize());
output.ptr->setExplicitLogicalSize(source->explicitLogicalSize());
}

reposition();
Expand Down

0 comments on commit 68b925b

Please sign in to comment.