mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
Merge pull request #4140 from keymanapp/fix/windows/4012-menu-scroll-not-reset
fix(windows): menu scroll positions need reset at popup
This commit is contained in:
commit
5fe4e4c7ad
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ begin
|
|||
|
||||
for i := 0 to Fmnu.Items.Count - 1 do
|
||||
begin
|
||||
FItemOffsets[i] := 0;
|
||||
if Fmnu.Items[i] is TKeymanMenuItem then
|
||||
begin
|
||||
kmi := Fmnu.Items[i] as TKeymanMenuItem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue