TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
221 stars 73 forks source link

Make scrollbar always show if LeftChar > 1. Remove unneeded update s… #185

Closed MShark67 closed 2 years ago

MShark67 commented 2 years ago

…tatements.

MShark67 commented 2 years ago

This fixes the situation where you've moved the caret right, and then resized the window to make the scrollbar disappear. I'm pretty sure these update statements aren't needed. I haven't removed the SynEdit.UpdateScrollbars one, I'm still testing it.