未验证 提交 6e48f41d 编写于 作者: R Richard Stanway 提交者: GitHub

Merge pull request #2673 from emaste/projector-screen

UI: Fix projector on other than primary display
......@@ -166,8 +166,8 @@ void OBSProjector::SetMonitor(int monitor)
{
savedMonitor = monitor;
QScreen *screen = QGuiApplication::screens()[monitor];
showFullScreen();
setGeometry(screen->geometry());
showFullScreen();
SetHideCursor();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册