Moved some files and minor cleanups

This commit is contained in:
Thomas Frauendorfer 2008-01-24 05:52:52 +01:00
parent 0cf6c18de4
commit 883243a376
62 changed files with 95 additions and 79 deletions

View file

@ -553,7 +553,7 @@ Skin::BuildNumbers (void)
if(img)
{
for (uint i = 0; i < num; i++) {
m_numbers[i] = img->copy (i*9, 0, 9, 13);
m_numbers[i] = img->copy (i*9, 0, 9, qMin (13, img->height ()));
}
delete img;
}