mirror of https://github.com/odrling/Aegisub
Force the video display to LTR layout direction
Mirroring the video is not useful or desirable. See #1354.
This commit is contained in:
parent
645848d0c5
commit
3d0e2baf4e
|
@ -134,6 +134,8 @@ VideoDisplay::VideoDisplay(
|
||||||
|
|
||||||
if (con->videoController->IsLoaded())
|
if (con->videoController->IsLoaded())
|
||||||
con->videoController->JumpToFrame(con->videoController->GetFrameN());
|
con->videoController->JumpToFrame(con->videoController->GetFrameN());
|
||||||
|
|
||||||
|
SetLayoutDirection(wxLayout_LeftToRight);
|
||||||
}
|
}
|
||||||
|
|
||||||
VideoDisplay::~VideoDisplay () {
|
VideoDisplay::~VideoDisplay () {
|
||||||
|
|
Loading…
Reference in New Issue