summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 5fd50fdd..7f81caf8 100755
--- a/control-center
+++ b/control-center
@@ -1259,8 +1259,8 @@ sub run_tool {
$timeout = Glib::Timeout->add(35, sub {
return;
$wait_darea->{size} ||= $wait_darea->get_allocation;
- my $w = $wait_darea;
- $w->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height});
+ my $w = $wait_darea;
+ $w->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height});
1;
});
$left_locked = 1;