summaryrefslogtreecommitdiffstats
path: root/examples/ja_JP/linguist
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2010-08-11 07:28:32 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2010-08-11 11:28:55 (GMT)
commit98b7e8ac793d95a6a8350c7fc25faebd6f44cd21 (patch)
treeff7f4e9428bc3c2e02704af8727cbcbed209a4ba /examples/ja_JP/linguist
parentbb696453f6f87cad58982af3455335478fedb8cc (diff)
downloadQt-98b7e8ac793d95a6a8350c7fc25faebd6f44cd21.zip
Qt-98b7e8ac793d95a6a8350c7fc25faebd6f44cd21.tar.gz
Qt-98b7e8ac793d95a6a8350c7fc25faebd6f44cd21.tar.bz2
Layout items had the wrong size if the layout was resized to maximum.
The problem was that if targetSize was the layouts maximum size, then sumAvailable could be reduced to exactly 0 in the "while (keepGoing)" loop. That would mean that we would not enter the block that actually copied the new sizes from the temporary "newSizes" array to the output "sizes" array due to the "if (sumAvailable > 0)" condition. Task-number: none, discovered while fixing QT-3570 Reviewed-by: Frederik Gladhorn
Diffstat (limited to 'examples/ja_JP/linguist')
0 files changed, 0 insertions, 0 deletions