KapiX / Koder

A code editor for Haiku based on Scintilla editing component.
MIT License
42 stars 15 forks source link

Scrolling is not work well by change of BScrollView #105

Closed hanya closed 5 years ago

hanya commented 5 years ago

The vertical scrollbar is not updated well and scrolling by mouse wheel is too large. It looks the problem is caused by the change of default flag of BScrollView. https://git.haiku-os.org/haiku/commit/?id=5b0e5c0ac69c48a80144df8611fc024a5ef184a1

KapiX commented 5 years ago

Fixed in https://sourceforge.net/p/scintilla/haiku/ci/10f977e61c598067f68cc90964232a21206a761f/.

KapiX commented 5 years ago

Proper fix: https://sourceforge.net/p/scintilla/haiku/ci/65ffa48c91223859a99ec6eff682819d85e80f20/.