mirror of
https://github.com/transmission/transmission
synced 2025-03-11 22:52:53 +00:00
Quickly work around a weird bug where the progress bar could blink in and out of
existence by forcing it to always be visible.
This commit is contained in:
parent
b97cde1390
commit
1f4856ed6a
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ makewind(GtkWidget *wind, TrBackend *back, benc_val_t *state, GList *args) {
|
|||
data->closing = FALSE;
|
||||
|
||||
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll), GTK_POLICY_NEVER,
|
||||
GTK_POLICY_AUTOMATIC);
|
||||
GTK_POLICY_ALWAYS);
|
||||
|
||||
gtk_box_pack_start(GTK_BOX(vbox), makewind_toolbar(data), FALSE, FALSE, 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue