summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 00000000..b98f9b0b
--- /dev/null
+++ b/NEWS
@@ -0,0 +1 @@
+- restore wait animation (regression introduced in 10.4.14-1mdv2007.1)
diff --git a/control-center b/control-center
index e1688b54..5bbf5d07 100755
--- a/control-center
+++ b/control-center
@@ -1742,6 +1742,7 @@ sub run_tool {
undef $wait_darea->{first_expose};
$wait_darea->{not_yet_complete} = 1;
$timeout = Glib::Timeout->add(35, sub {
+ $wait_darea->{size} ||= $wait_darea->allocation;
my $style = $wait_darea->{style} ||= $wait_darea->get_style;
my $bg = $wait_darea->{bg} ||= $style->bg('normal');
my $base = $wait_darea->{base} ||= $style->base('normal');