1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

View File

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