fix: initial scrollbar behaviour in inactive tab (#5757)
Channel views could sometimes have their scrollbar be at the top instead of bottom when they were first activated if it had messages in it
This commit is contained in:
@@ -179,7 +179,7 @@ private:
|
||||
|
||||
boost::circular_buffer<ScrollbarHighlight> highlights_;
|
||||
|
||||
bool atBottom_{false};
|
||||
bool atBottom_{true};
|
||||
bool hideThumb{false};
|
||||
/// Controlled by the "Hide scrollbar thumb" setting
|
||||
bool settingHideThumb{false};
|
||||
|
||||
Reference in New Issue
Block a user