mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
- fix palette index for the progress bar
svn path=/trunk/; revision=45966
This commit is contained in:
parent
f6b997c0d2
commit
77013ae0dd
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ InbvUpdateProgressBar(IN ULONG Progress)
|
||||||
ProgressBarTop,
|
ProgressBarTop,
|
||||||
ProgressBarLeft + FillCount,
|
ProgressBarLeft + FillCount,
|
||||||
ProgressBarTop + 12,
|
ProgressBarTop + 12,
|
||||||
11);
|
15);
|
||||||
|
|
||||||
/* Release the lock */
|
/* Release the lock */
|
||||||
InbvReleaseLock();
|
InbvReleaseLock();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue