forked from cromer/pamac-classic
fix freeze when quick scrolling on refresh period setting
This commit is contained in:
parent
34fbd9d4fa
commit
c44c9ed991
@ -224,12 +224,6 @@ namespace Pamac {
|
|||||||
refresh_period_spin_button.sensitive = true;
|
refresh_period_spin_button.sensitive = true;
|
||||||
no_update_hide_icon_checkbutton.sensitive = true;
|
no_update_hide_icon_checkbutton.sensitive = true;
|
||||||
ignorepkgs_box.sensitive = true;
|
ignorepkgs_box.sensitive = true;
|
||||||
// launch pamac-tray if needed
|
|
||||||
try {
|
|
||||||
Process.spawn_command_line_async ("pamac-tray");
|
|
||||||
} catch (SpawnError e) {
|
|
||||||
stderr.printf ("SpawnError: %s\n", e.message);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
no_update_hide_icon_checkbutton.active = no_update_hide_icon;
|
no_update_hide_icon_checkbutton.active = no_update_hide_icon;
|
||||||
enable_aur_button.state = enable_aur;
|
enable_aur_button.state = enable_aur;
|
||||||
|
Loading…
Reference in New Issue
Block a user