Skip to content

Commit cae467c

Browse files
committed
Merge pull request opencv#9521 from saskatchewancatch:i9489
2 parents 80519a0 + 33ba786 commit cae467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highgui/src/window_QT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ void CvTrackbar::update(int myvalue)
14101410

14111411
void CvTrackbar::setLabel(int myvalue)
14121412
{
1413-
QString nameNormalized = name_bar.leftJustified( 10, ' ', true );
1413+
QString nameNormalized = name_bar.leftJustified( 10, ' ', false );
14141414
QString valueMaximum = QString("%1").arg(slider->maximum());
14151415
QString str = QString("%1 (%2/%3)").arg(nameNormalized).arg(myvalue,valueMaximum.length(),10,QChar('0')).arg(valueMaximum);
14161416
label->setText(str);

0 commit comments

Comments
 (0)