https://bugs.winehq.org/show_bug.cgi?id=40444 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Find doesn't jump to a |Find doesn't jump to a |found item in WinSCP |found item in WinSCP when | |editing a file --- Comment #3 from Artem S. Tashkinov <t.artem(a)mailcity.com> --- (In reply to Martin Prikryl from comment #2)
With more context:
ListView_SetItemState(Handle, Index, LVIS_FOCUSED, LVIS_FOCUSED); int Index2 = ListView_GetNextItem(Handle, -1, LVNI_FOCUSED); ListView_EnsureVisible(Handle, Index2, false);
(WinSCP uses VCL library, so the above is what the VCL does internally).
Note that I'm not confirming the bug, I'm just sharing details on the implementation.
Are you sure we're talking about the same thing? This bug occurs when you open a file for editing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.