Skip to content

Commit

Permalink
Исправлена ошибка, из-за которой не изменялся стиль тестовых субтитров.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Mar 5, 2023
1 parent f3b235f commit e71aa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Subtitles/STS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2560,6 +2560,7 @@ bool CSimpleTextSubtitle::SetDefaultStyle(STSStyle& s)
STSStyle* val;
if (m_styles.Lookup(L"Default", val)) {
*val = s;
m_fUsingAutoGeneratedDefaultStyle = false;
} else {
val = DNew STSStyle();
*val = s;
Expand Down

0 comments on commit e71aa2c

Please sign in to comment.