# HG changeset patch # User ib # Date 1390755201 0 # Node ID aff6fa4a1f701a57045e867300febe6fdaaf7771 # Parent 64f9837de3a5a763c41ba6e1d3b317097afdaa2d Fix issue with font file selector. After selection, playing state doesn't need to be set GUI_STOP. This allows changing the font during playback of a video with immediate effect. diff -r 64f9837de3a5 -r aff6fa4a1f70 gui/dialog/fileselect.c --- a/gui/dialog/fileselect.c Sun Jan 26 16:44:31 2014 +0000 +++ b/gui/dialog/fileselect.c Sun Jan 26 16:53:21 2014 +0000 @@ -519,6 +519,9 @@ fs_Cancel_released(NULL, NULL); + if (fsType == FILESELECT_FONT) + return; + if (uiLoadPlay) { uiLoadPlay = False; uiEvent(evPlay, 0);