Changeset 1244de84c057bfb39975d311e51092d99f2070b0
- 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
| rb63140f |
r1244de8 |
|
| 233 | 233 | toggleMinimalView(); |
|---|
| 234 | 234 | |
|---|
| 235 | | /* Update the geometry TODO: is it useful ?*/ |
|---|
| | 235 | /* Update the geometry : It is useful if you switch between |
|---|
| | 236 | qt-display-modes ?*/ |
|---|
| 236 | 237 | updateGeometry(); |
|---|
| 237 | | // resize( sizeHint() ); |
|---|
| | 238 | resize( sizeHint() ); |
|---|
| 238 | 239 | |
|---|
| 239 | 240 | /***************************************************** |
|---|