Skip to content

Commit 88f7efc

Browse files
authored
Fix pathbar flicker (#2660)
1 parent 5ace4b5 commit 88f7efc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/View/Window.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ public class Files.View.Window : Hdy.ApplicationWindow {
536536
loading_uri (current_container.uri);
537537
current_container.set_active_state (true, false); /* changing tab should not cause animated scrolling */
538538
sidebar.sync_uri (current_container.uri);
539-
location_bar.sensitive = !current_container.is_frozen;
540539
save_active_tab_position ();
541540
}
542541

@@ -1385,7 +1384,6 @@ public class Files.View.Window : Hdy.ApplicationWindow {
13851384
set_forward_menu (current_container.get_go_forward_path_list ());
13861385
button_back.sensitive = current_container.can_go_back;
13871386
button_forward.sensitive = (current_container.can_show_folder && current_container.can_go_forward);
1388-
location_bar.sensitive = !current_container.is_loading;
13891387

13901388
/* Update viewmode switch, action state and settings */
13911389
var mode = current_container.view_mode;

0 commit comments

Comments
 (0)