Searched hist:"925 b83a85a1431d391e2383137eb76f56cb08b5f" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/haikudepot/ui/ |
H A D | PackageListView.h | 925b83a85a1431d391e2383137eb76f56cb08b5f Mon Apr 25 22:59:55 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> HaikuDepot: Fix scrolling the list triggering "looping."
If two PACKAGE_SELECTED messages were queued at once, then we would wind up in a loop between the two, triggering the "looping" behavior. Instead, do not send a PACKAGE_SELECTED message when programatically changing what package is selected, which is more efficient anyway.
Fixes #11732.
|
H A D | PackageListView.cpp | 925b83a85a1431d391e2383137eb76f56cb08b5f Mon Apr 25 22:59:55 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> HaikuDepot: Fix scrolling the list triggering "looping."
If two PACKAGE_SELECTED messages were queued at once, then we would wind up in a loop between the two, triggering the "looping" behavior. Instead, do not send a PACKAGE_SELECTED message when programatically changing what package is selected, which is more efficient anyway.
Fixes #11732.
|