2011-05-05 08:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/xbpdialog.prg
    ! Fixed: a RTE on some ocassions. Thanks Shum for reporting.
This commit is contained in:
Pritpal Bedi
2011-05-05 15:03:37 +00:00
parent 20dd966f91
commit 853daceb2e
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-05 08:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbpdialog.prg
! Fixed: a RTE on some ocassions. Thanks Shum for reporting.
2011-05-05 16:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/harbour.hbx
* src/rtl/libnamec.c

View File

@@ -156,7 +156,7 @@ METHOD XbpDialog:create( oParent, oOwner, aPos, aSize, aPresParams, lVisible )
IF ::taskList
::oWidget := QMainWindow()
ELSE
::oWidget := QMainWindow( SetAppWindow() )
::oWidget := QMainWindow( SetAppWindow():oWidget )
ENDIF
::oWidget:setMouseTracking( .t. )
::oWidget:setObjectName( "mainWindow" )