mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:16:12 +00:00
msi: Highlight the text in the PathEdit control.
This commit is contained in:
parent
337e1e202f
commit
7df642117c
1 changed files with 3 additions and 0 deletions
|
@ -1434,6 +1434,9 @@ static UINT msi_dialog_pathedit_control( msi_dialog *dialog, MSIRECORD *rec )
|
|||
|
||||
val = msi_dup_property( dialog->package, prop );
|
||||
SetWindowTextW( control->hwnd, val );
|
||||
|
||||
SendMessageW( control->hwnd, EM_SETSEL, 0, -1 );
|
||||
|
||||
msi_free( val );
|
||||
msi_free( indirect );
|
||||
|
||||
|
|
Loading…
Reference in a new issue