summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index af8bcdbf..e4ffccbc 100755
--- a/control-center
+++ b/control-center
@@ -1257,8 +1257,8 @@ sub run_tool {
$run_counter_add = -5;
undef $wait_darea->{size};
undef $wait_darea->{first_expose};
+ $wait_darea->{size} = $wait_darea->get_allocation;
$timeout = Glib::Timeout->add(35, sub {
- $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});
1;