Skip to content

Commit

Permalink
config: disable spinbox mousewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Jan 14, 2024
1 parent 3de8cd5 commit 31dc0f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VietTypeConfig/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public partial class Form1 : Form {

public Form1() {
InitializeComponent();
udOptimizeMultilang.MouseWheel += (sender, e) => ((HandledMouseEventArgs)e).Handled = true;
}

private void Form1_Load(object sender, EventArgs e) {
Expand Down

0 comments on commit 31dc0f9

Please sign in to comment.