mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
parent
f079f62956
commit
af87752475
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ namespace PKHeX.WinForms.Controls
|
|||
|
||||
Tab_Box.MouseWheel += (s, e) =>
|
||||
{
|
||||
if (menu.Visible)
|
||||
if (menu.mnuVSD.Visible)
|
||||
return;
|
||||
if (e.Delta > 1)
|
||||
Box.MoveLeft();
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace PKHeX.WinForms
|
|||
|
||||
MouseWheel += (s, e) =>
|
||||
{
|
||||
if (parent.menu.Visible)
|
||||
if (parent.menu.mnuVSD.Visible)
|
||||
return;
|
||||
if (e.Delta > 1)
|
||||
Box.MoveLeft();
|
||||
|
|
Loading…
Reference in a new issue