From e608f83c2911039b724d72eec75c69ed190482f5 Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 28 Apr 2011 19:31:47 +0000 Subject: fltk1's copy_label() calls redraw_label() --- src/ui.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui.cc') diff --git a/src/ui.cc b/src/ui.cc index c66bdb66..966e2ec6 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -209,7 +209,6 @@ public: copy_label(lbl); //measure_label(w,h); //size(w+padding,this->h()); - redraw_label(); } }; @@ -964,7 +963,6 @@ void UI::set_bug_prog(int n_bug) BugMeter->image(icons->ImgMeterBug); snprintf(str, 32, "%d", n_bug); BugMeter->copy_label(str); - BugMeter->redraw_label(); new_w = strlen(str)*9 + 20; } BugMeter->size(new_w, BugMeter->h()); -- cgit v1.2.3