2010-08-04 08:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/idedocks.prg
    % Fixed: a nasty bug which surfaces at some new installation.
      Reported on FWH forum.
This commit is contained in:
Pritpal Bedi
2010-08-04 15:03:13 +00:00
parent 3e86c38583
commit 224b9a97b5
2 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-04 08:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idedocks.prg
% Fixed: a nasty bug which surfaces at some new installation.
Reported on FWH forum.
2010-08-03 14:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/postinst.hbs
! Fixed to only do install tasks in install build phase.

View File

@@ -354,7 +354,9 @@ METHOD IdeDocks:buildDialog()
#endif
ELSE
FOR EACH a_ IN x_
::oIde:aMdies[ a_:__enumIndex() ]:setGeometry( a_[ 2 ] )
IF !empty( a_[ 2 ] )
::oIde:aMdies[ a_:__enumIndex() ]:setGeometry( a_[ 2 ] )
ENDIF
::oIde:aMdies[ a_:__enumIndex() ]:setWindowState( a_[ 4 ] )
NEXT
ENDIF