diff options
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index a80729cb5..60635c8de 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -117,6 +117,8 @@ class BrowserBox final : public Widget, void updateHeight(); + void updateSize(const bool always); + typedef std::list<std::string> TextRows; TextRows &getRows() noexcept2 A_WARN_UNUSED |