mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 12:29:21 +01:00
(Qt): Fixed bug with progressBar() - invertedAppereance always was false.
git-svn-id: trunk@12068 -
This commit is contained in:
parent
a3ec3fd317
commit
b24b5ec37d
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user