You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with the original solution to #1202 is that it unconditionally focused the toolbar when the mouse hovered over it. This would cause odd behavior if you focused the program, moved your mouse over the toolbar, and expected certain keyboard shortcuts to work.
I'm not making this a PR as it seems a bit hacky as it (ab)uses Control.Tag. I wanted to use a custom property on frmMain but I was running into typing issues (property doesn't exist on TopLevelControl type etc etc) and I don't know enough about C# to fix it.
The problem with the original solution to #1202 is that it unconditionally focused the toolbar when the mouse hovered over it. This would cause odd behavior if you focused the program, moved your mouse over the toolbar, and expected certain keyboard shortcuts to work.
I'm not making this a PR as it seems a bit hacky as it (ab)uses Control.Tag. I wanted to use a custom property on
frmMain
but I was running into typing issues (property doesn't exist on TopLevelControl type etc etc) and I don't know enough about C# to fix it.The text was updated successfully, but these errors were encountered: