Commit a9735df7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: update the Win32 thumbnail after fullscreen

Close #10514

(cherry picked from commit 291b79a14742361914bdc71048f291c14c797661)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 912ab248
......@@ -755,6 +755,9 @@ void MainInterface::setVideoFullScreen( bool fs )
* qt-fullscreen-screennumber is forced) */
setMinimalView( b_minimalView );
setInterfaceFullScreen( b_interfaceFullScreen );
#ifdef _WIN32
changeThumbbarButtons( THEMIM->getIM()->playingStatus() );
#endif
}
videoWidget->sync();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment