wine-wine/programs/regedit
Alistair Leslie-Hughes 006d3f3365 regedit: Don't expand items on initial tree creation.
The Message TVM_EXPAND is captured in treeview_notify, then passes
g_pChildWnd->hTreeWnd on to OnTreeExpanding which hasn't been
initialized yet.  The function get_last_key is already called after
the hTreeWnd has been assigned to select the previous selected
item (if it exists).

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-21 23:02:31 +02:00
..
tests regedit: Stop exporting REG_SZ data at the first NUL character. 2018-05-08 10:41:35 +02:00
Makefile.in makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
about.c regedit: Replace the COUNT_OF macro with ARRAY_SIZE. 2018-05-21 16:22:34 +02:00
bin.ico
childwnd.c regedit: Don't expand items on initial tree creation. 2018-08-21 23:02:31 +02:00
computer.ico
edit.c regedit: Do not overwrite a hex data type with REG_BINARY when modifying a value. 2018-07-16 21:28:45 +02:00
folder.ico
folderopen.ico
framewnd.c regedit: Free allocated memory after calling GetValueName(). 2018-07-16 21:28:45 +02:00
hexedit.c regedit: Print Latin-1 characters. 2018-07-03 11:28:03 +02:00
listview.c regedit: Free allocated memory after calling GetValueName(). 2018-07-16 21:28:45 +02:00
main.c regedit: Do not directly include stdio.h any longer. 2018-05-21 16:28:07 +02:00
main.h regedit: Free allocated memory after calling GetValueName(). 2018-07-16 21:28:45 +02:00
regedit.c regedit: Do not directly include stdio.h any longer. 2018-05-21 16:28:07 +02:00
regedit.ico regedit: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
regedit.man.in regedit: Move WineHQ URLs to https. 2017-12-01 10:05:25 +01:00
regedit.rc regedit: Confirm whether to delete a registry value from framewnd.c. 2018-05-28 22:08:23 +02:00
regedit.svg regedit: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
regproc.c regedit: Remove array already present in main.h. 2018-07-16 21:28:44 +02:00
resource.h regedit: Update some resource strings associated with key parsing. 2017-07-12 19:51:54 +02:00
string.ico
treeview.c regedit: Don't expand items on initial tree creation. 2018-08-21 23:02:31 +02:00