Force the video display to LTR layout direction

Mirroring the video is not useful or desirable.

See #1354.
This commit is contained in:
Thomas Goyne 2014-05-11 06:59:31 -07:00
parent 645848d0c5
commit 3d0e2baf4e
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ VideoDisplay::VideoDisplay(
if (con->videoController->IsLoaded())
con->videoController->JumpToFrame(con->videoController->GetFrameN());
SetLayoutDirection(wxLayout_LeftToRight);
}
VideoDisplay::~VideoDisplay () {