Added false to setWindowRectangle() call as the InputRange is already set correctly.

This commit is contained in:
Robert Osfield
2006-09-29 21:44:31 +00:00
parent f1cc4d77e7
commit dfffa56f64

View File

@@ -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);
}
}