https://bugs.winehq.org/show_bug.cgi?id=44596
Bug ID: 44596 Summary: Delphi 7 component palette order is not preserved Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: development@winomega.com Distribution: ---
Component palette tab order is not preserved between sessions.
Delphi 7 relies on registry value enumeration (for HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Palette) preserving RegSetValueEx call order, however this is not currently true for Wine.
There's a testcase added in 1a38b7bf5e561a89c571feab7193ea9b382f9f19 (marked as todo_wine).