[vlc-devel] [PATCH 06/14] Fixed Dual Subtitles not being disabled in QT menu
Thomas Guillem
thomas at gllm.fr
Mon May 13 12:00:44 CEST 2019
You should squash/fixup this commit with the one that introduce the bug since it's not yet pushed.
$ git rebase -i origin
s/pick/fixup for this commit line
move this commit just afer 3/14
Also nitpick: Fixed -> Fix
On Sat, May 11, 2019, at 08:33, Roland Bewick wrote:
> ---
> modules/gui/qt/main_interface.cpp | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules/gui/qt/main_interface.cpp
> b/modules/gui/qt/main_interface.cpp
> index ebb341ddfc..58e81d8d6e 100644
> --- a/modules/gui/qt/main_interface.cpp
> +++ b/modules/gui/qt/main_interface.cpp
> @@ -130,6 +130,7 @@ MainInterface::MainInterface( intf_thread_t
> *_p_intf ) : QVLCMW( _p_intf ),
> i_kc_offset = false;
> b_maximizedView = false;
> b_isWindowTiled = false;
> + b_dualSubtitlesEnabled = false;
>
> /**
> * Configuration and settings
> --
> 2.11.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list