HaikuArchives / Vision

A native Haiku IRC client that is feature filled, fast, lightweight, and stable.
Other
12 stars 15 forks source link

Vision: call inherited BListView::MouseDown method #33

Closed jscipione closed 6 years ago

jscipione commented 6 years ago

NotifyList::MouseDown and WindowList::MouseDown needed to call into BListView::MouseDown unconditionally.

NamesView::MouseDown is handling the click event and selection itself sometimes so the fix is to only call BListView::MouseUp if we also called BListView::MouseDown.

Fixes Vision bug #32 Fixes Haiku bug #14264