mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Dot allow mouse wheel scroll in combobox textbox when list is open
This commit is contained in:
parent
bd4f2d6228
commit
44635667c1
@ -520,7 +520,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
|
||||
MouseWheel += (sender, e) =>
|
||||
{
|
||||
if (!Focused)
|
||||
if (_textBox == null || !(_textBox.Focused || base.Focused))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user