Skip to content

Commit

Permalink
Merge pull request #4 from kananoja/master
Browse files Browse the repository at this point in the history
Make sure content orientation is correct after focus window has changed
  • Loading branch information
pvuorela committed Dec 5, 2013
2 parents 6020ccf + e87e667 commit a19765f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maliit-framework/input-context/minputcontext.cpp
Expand Up @@ -281,6 +281,7 @@ void MInputContext::setFocusObject(QObject *focused)
if (window) {
connect(window.data(), SIGNAL(contentOrientationChanged(Qt::ScreenOrientation)),
this, SLOT(updateServerOrientation(Qt::ScreenOrientation)));
updateServerOrientation(window->contentOrientation());
}
}

Expand Down

0 comments on commit a19765f

Please sign in to comment.