From 2b49f17eb396b41b3d31c0221c0dfec9c358ef33 Mon Sep 17 00:00:00 2001 From: Rory Fewell Date: Mon, 11 Nov 2024 22:29:14 +0000 Subject: [PATCH] Bugfix: Fixed switching to local from internet in explorer when started in IE mode --- shell/explorer/src/window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/explorer/src/window.c b/shell/explorer/src/window.c index 2cdc423..13bad1b 100644 --- a/shell/explorer/src/window.c +++ b/shell/explorer/src/window.c @@ -761,6 +761,8 @@ static void switch_mode_to( GTK_ICON_VIEW(wnd->iconview_browser), wnd->browser ); + + gtk_widget_show(wnd->iconview_browser); } // Update view