Skip to content

Commit

Permalink
Merge pull request #2180 from cyrossignol/gui
Browse files Browse the repository at this point in the history
gui: Fix display artifact in poll loading indicator
  • Loading branch information
jamescowens authored Jun 13, 2021
2 parents fa5b8a4 + cb6105d commit 293995a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/voting/polltab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class LoadingBar : public QProgressBar
, m_active(false)
{
setRange(0, MAX);
setTextVisible(false);
setGraphicsEffect(&m_opacity_effect);
hide();

Expand Down

0 comments on commit 293995a

Please sign in to comment.