screencopy: scale window region for toplevel export (#13442)
This commit is contained in:
parent
a032090098
commit
19c263e53c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void CScreenshareSession::calculateConstraints() {
|
|||
m_name = PMONITOR->m_name;
|
||||
break;
|
||||
case SHARE_WINDOW:
|
||||
m_bufferSize = m_window->m_realSize->value().round();
|
||||
m_bufferSize = (m_window->m_realSize->value() * PMONITOR->m_scale).round();
|
||||
m_name = m_window->m_title;
|
||||
break;
|
||||
case SHARE_REGION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue