Commit 87f82d25 authored by Gus Grubba's avatar Gus Grubba

CP - Update aspect ratio when changing video streams

parent 7a05c933
......@@ -246,6 +246,7 @@ VideoManager::_restartVideo()
_videoReceiver->stop();
_updateSettings();
_videoReceiver->start();
emit aspectRatioChanged();
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment