Skip to content

Commit

Permalink
Make sure content orientation is correct after focus window has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kananoja committed Dec 5, 2013
1 parent 6020ccf commit e87e667
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 e87e667

Please sign in to comment.