Changeset a862c2a47586a7ef3b1243cc6b0fcd46fc06a452

Show
Ignore:
Timestamp:
25/08/08 04:30:48 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1219631448 -0700
git-parent:

[5b1be4982fd41e6107247ecb39fa90d6ed0f7f82]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1219631448 -0700
Message:

Hopefully close #1717

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/main_interface.cpp

    r0fba573 ra862c2a  
    11711171{ 
    11721172    if( isFullScreen() ) 
     1173    { 
    11731174        showNormal(); 
     1175        emit askUpdate(); // Needed if video was launched after the F11 
     1176    } 
    11741177    else 
    11751178        showFullScreen();