aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-02-27 05:15:59 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-02-27 05:15:59 +0000
commit7e02b71bdf95ced9add252816c2a4956d4f80ae5 (patch)
treeeff89b8ffdf4731de85729ee9a576fa75f90529e /dpi
parent0d34b6661034ccb2e759e2bb9ee654473fd7221b (diff)
[mq]: remove-fltk-bug-workaround
Diffstat (limited to 'dpi')
-rw-r--r--dpi/downloads.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index 4c7162a7..6d55fa4c 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -1029,9 +1029,6 @@ void DLWin::del(int n_item)
// Remove the widget from the packed group
mPG->remove(dl_item->get_widget());
- // WORKAROUND: without this call FLTK2 doesn't clear the background.
- mScroll->redraw();
-
mDList->del(n_item);
delete(dl_item);
}