Added false to setWindowRectangle() call as the InputRange is already set correctly.
This commit is contained in:
@@ -178,7 +178,7 @@ void KeyboardMouseCallback::updateWindowSize()
|
||||
|
||||
if (rs)
|
||||
{
|
||||
ea->setWindowRectangle(rs->getWindowOriginX(), rs->getWindowOriginY(), rs->getWindowWidth(),rs->getWindowHeight());
|
||||
ea->setWindowRectangle(rs->getWindowOriginX(), rs->getWindowOriginY(), rs->getWindowWidth(),rs->getWindowHeight(), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user