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:
@@ -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
|
||||
|
||||
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user