Skip to content

Commit

Permalink
Re-enable autoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanfre committed May 9, 2019
1 parent 60fa0f0 commit 815793b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AngelLoader/CustomControls/RichTextBoxCustom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,6 @@ protected override void WndProc(ref Message m)
case InteropMisc.WM_MOUSEWHEEL:
InterceptMousewheel(ref m);
break;
case InteropMisc.WM_MBUTTONDOWN:
break;
case InteropMisc.WM_MBUTTONDBLCLK:
break;
// The below DefWndProc() call essentially "calls" this section, and this section "returns" whether
// the cursor was over a link (via LinkCursor)
case InteropMisc.WM_REFLECT + InteropMisc.WM_NOTIFY:
Expand Down

0 comments on commit 815793b

Please sign in to comment.