(Qt): Fixed bug with progressBar() - invertedAppereance always was false.

git-svn-id: trunk@12068 -
This commit is contained in:
zeljko 2007-09-18 14:17:11 +00:00
parent a3ec3fd317
commit b24b5ec37d

View File

@ -427,9 +427,11 @@ begin
QtProgressBar.setInvertedAppearance(True);
end;
else { pbHorizontal is default }
begin
QtProgressBar.setOrientation(QtHorizontal);
QtProgressBar.setInvertedAppearance(False);
end;
end;
QtProgressBar.setTextVisible(AProgressBar.BarShowText);