- Wine was not properly reporting back the edited label to the
commitf7a51e1e3a16b484d1f3f326005a4442acd59ca6
authorAric Stewart <aric@codeweavers.com>
Wed, 10 May 2000 21:42:21 +0000 (10 21:42 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2000 21:42:21 +0000 (10 21:42 +0000)
treeecfe373ab6a2d6fadc0b62808e9e03a6c698a4da
parent035245c8734bac122549c8de7e2c6299eb7fd6e3
- Wine was not properly reporting back the edited label to the
  application in a treeview when the label is a callback.
- Because windows applications assume they get a new edit control
  every time they often subclass that edit box willy-nilly and do not
  clean up. So it is necessary to actually give them a new edit control
  each time.
dlls/comctl32/treeview.c