Skip to content

Commit 293995a

Browse files
authored
Merge pull request #2180 from cyrossignol/gui
gui: Fix display artifact in poll loading indicator
2 parents fa5b8a4 + cb6105d commit 293995a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/voting/polltab.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class LoadingBar : public QProgressBar
5252
, m_active(false)
5353
{
5454
setRange(0, MAX);
55+
setTextVisible(false);
5556
setGraphicsEffect(&m_opacity_effect);
5657
hide();
5758

0 commit comments

Comments
 (0)