mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
parent
be848b1d35
commit
714644d8b3
@ -333,7 +333,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
if (subtitle.Header == null || !subtitle.Header.Contains("[V4+ Styles]"))
|
||||
{
|
||||
subtitle = new Subtitle(subtitle);
|
||||
if (RightToLeft == TextRightToLeft)
|
||||
if (_subtitleTextBox.RightToLeft == RightToLeft.Yes)
|
||||
{
|
||||
foreach (var paragraph in subtitle.Paragraphs)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user