Changeset 1244de84c057bfb39975d311e51092d99f2070b0

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

[fce957a48e10681ed6c96302e1bca71f1d9aa662]

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

Fix a rare sizing issue ( part of #1775 )

This can happen if you toggle between qt-display-mode too often.

Files:

Legend:

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

    rb63140f r1244de8  
    233233        toggleMinimalView(); 
    234234 
    235     /* Update the geometry TODO: is it useful ?*/ 
     235    /* Update the geometry : It is useful if you switch between 
     236       qt-display-modes ?*/ 
    236237    updateGeometry(); 
    237     //    resize( sizeHint() ); 
     238    resize( sizeHint() ); 
    238239 
    239240    /*****************************************************