Skip to content

Commit

Permalink
FeedListFormAction: Use correct STFL attribute to determine screen width
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisschagt committed Mar 22, 2020
1 parent b268ea1 commit 87b463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feedlistformaction.cpp
Expand Up @@ -72,7 +72,7 @@ FeedListFormAction::~FeedListFormAction() {}

void FeedListFormAction::prepare()
{
unsigned int width = utils::to_u(f->get("items:w"));
unsigned int width = utils::to_u(f->get("feeds:w"));

if (old_width != width) {
do_redraw = true;
Expand Down

0 comments on commit 87b463b

Please sign in to comment.