Skip to content

Commit

Permalink
Add missing memeber variables that were missed
Browse files Browse the repository at this point in the history
Fixes #13639
  • Loading branch information
mspieth committed Jun 23, 2020
1 parent d0e5651 commit 9ea8ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/libs/libmythtv/captions/subtitlescreen.h
Expand Up @@ -242,6 +242,10 @@ class SubtitleScreen : public MythScreenType
int m_textFontZoomPrev {100};
int m_textFontDelayMs {0}; // valid for text subs
int m_textFontDelayMsPrev {0};
int m_textFontMinDurationMs {50};
int m_textFontMinDurationMsPrev {50};
int m_textFontDurationExtensionMs {0};
int m_textFontDurationExtensionMsPrev {0};
bool m_refreshModified {false};
bool m_refreshDeleted {false};
int m_fontStretch;
Expand Down

0 comments on commit 9ea8ccf

Please sign in to comment.