2011-05-25 12:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/gtwvg/wvgpaint.prg
    ! Fixed: focus was not set to the window from where a modal 
      dialog was being initiated. Thanks Zoran Sibinovic for code example.
This commit is contained in:
Pritpal Bedi
2011-05-25 19:51:10 +00:00
parent c88ca0b73f
commit 9f590145af
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-25 12:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/wvgpaint.prg
! Fixed: focus was not set to the window from where a modal
dialog was being initiated. Thanks Zoran Sibinovic for code example.
2011-05-25 12:25 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/ideedit.prg
! Fixed: CTRL+Insert was not copying text to the clipboard.

View File

@@ -449,6 +449,8 @@ Function Wvt_DialogBox( acnDlg, cbDlgProc, hWndParent )
nResult := Wvt_CreateDialogModal( xTemplate, .f., cbDlgProc, nDlgMode, hWndParent )
Wvg_SetFocus( hWndParent )
Return nResult
/*----------------------------------------------------------------------*/