diff options
Diffstat (limited to 'components/chatwindow.cpp')
-rw-r--r-- | components/chatwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp index c480b51..d447177 100644 --- a/components/chatwindow.cpp +++ b/components/chatwindow.cpp @@ -32,7 +32,7 @@ ChatWindow::ChatWindow() { }); m_scroll->set_can_focus(false); - m_scroll->set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_ALWAYS); + m_scroll->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_ALWAYS); m_list->signal_size_allocate().connect([this](Gtk::Allocation &) { if (m_should_scroll_to_bottom) |