Skip to content

Commit

Permalink
Fix footer update after selecting None
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler committed Dec 14, 2024
1 parent 8a788ae commit 069bf61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/footer/footer_line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ bool FooterLine::Create(footer::Item item_id, size_t index) {

if (result) {
positionWindows();
} else if (item_id == footer::Item::none) {
Erase(index);
}

return result;
Expand Down

0 comments on commit 069bf61

Please sign in to comment.