mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
fix issue 1160
This commit is contained in:
@@ -115,7 +115,7 @@ int QtGrabber::updateScreenDimensions(bool force)
|
||||
return -1;
|
||||
|
||||
const QRect& geo = _screen->geometry();
|
||||
if (!force && _width == unsigned(geo.right()) && _height == unsigned(geo.bottom()))
|
||||
if (!force && _width == geo.right() && _height == geo.bottom())
|
||||
{
|
||||
// No update required
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user