From 125f4406b695b0d0e1ac2a4fea60c8a45b630e31 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Dec 2015 10:58:51 +0100 Subject: disable animation for now this need more work and the gtk3+ port is rotting for 2 years already... --- control-center | 1 + 1 file changed, 1 insertion(+) diff --git a/control-center b/control-center index 386aaaed..9da273f7 100755 --- a/control-center +++ b/control-center @@ -1247,6 +1247,7 @@ sub run_tool { undef $wait_darea->{first_expose}; $wait_darea->{not_yet_complete} = 1; $timeout = Glib::Timeout->add(35, sub { + return; $wait_darea->{size} ||= $wait_darea->get_allocation; my $style = $wait_darea->{style} ||= $wait_darea->get_style; my $bg = $wait_darea->{bg} ||= $style->bg('normal'); -- cgit v1.2.1