fix update progressbar in header

Origin commit data
------------------
Commit: 5c1a3dfff3
Author: TangoCash <eric@loxat.de>
Date: 2022-06-12 (Sun, 12 Jun 2022)
This commit is contained in:
TangoCash
2022-06-12 21:53:10 +02:00
committed by vanhofen
parent 7a43f3a40a
commit 41dfe7a57c

View File

@@ -444,6 +444,7 @@ void CComponentsHeader::setProgessBar(int percent)
if (cch_pb_obj){
cch_pb_obj->setValues(percent, 100);
cch_pb_obj->paint();
}
}