Skip to content

Commit

Permalink
Drop HTML view clear on layout change, as this prevents some viewing …
Browse files Browse the repository at this point in the history
…use cases
  • Loading branch information
lwindolf committed Dec 27, 2024
1 parent 8f45beb commit 62ab9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/itemview.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ itemview_set_layout (nodeViewType newMode)

/* Prepare widgets for layout */
g_assert (itemview->htmlview);
liferea_browser_clear (itemview->htmlview);

debug (DEBUG_GUI, "Setting item list layout mode: %d (auto=%d)", effectiveMode, itemview->autoLayout);

Expand Down

0 comments on commit 62ab9c3

Please sign in to comment.