From 0a7fd93629813502ee0701a83a96d876ff211ff4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 03:01:56 +0100 Subject: simplify --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 5fc7333a..fc084b03 100755 --- a/control-center +++ b/control-center @@ -1274,7 +1274,7 @@ sub run_tool { $wait_darea->{not_yet_complete} = 0; } else { my $w = $wait_darea; - $wait_darea->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height}); + $w->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height}); } 1; }); -- cgit v1.2.1