2010-10-13 09:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/idesaveload.prg
    ! Fixed: GPF reported by Maurizio.
This commit is contained in:
Pritpal Bedi
2010-10-13 16:28:37 +00:00
parent aabe2c9dab
commit 381f1ec178
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.
*/
2010-10-13 09:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idesaveload.prg
! Fixed: GPF reported by Maurizio.
2010-10-13 13:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gttrm/gttrm.c
! added protection against GPF when wrong parameters are

View File

@@ -1663,7 +1663,7 @@ METHOD IdeSetup:viewIt( cFileName, lSaveAs, lSave, lReadOnly, lApplyHiliter )
LOCAL oUI
oUI := hbide_getUI( "editor", ::oUI:oWidget )
oUI:setWindowFlags( Qt_Sheet )
oUI:setWindowFlags( Qt_Sheet + Qt_CustomizeWindowHint + Qt_WindowTitleHint + Qt_WindowContextHelpButtonHint )
oUI:q_plainText:setReadOnly( lReadOnly )
oUI:q_buttonSaveAs:setEnabled( lSaveAs )