Browse Source

fixed crash when Bloclchain Download View is not wide enough

cl-refactor
Liana Husikyan 10 years ago
parent
commit
16fdbe2bc3
  1. 3
      alethzero/DownloadView.cpp

3
alethzero/DownloadView.cpp

@ -176,9 +176,6 @@ void SyncView::paintEvent(QPaintEvent*)
progress2 = hProgress2;
label = hLabel;
}
else if (rect().height() / rect().width() > 5)
{
}
else
{
progress = pieProgress;

Loading…
Cancel
Save