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