diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c19eee24dc..2ec561f3c3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-07 07:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/tests/draggable.prg + ! Uncommented: oWId:setAttribute( Qt_WA_TranslucentBackground ) + 2012-06-07 07:38 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/draggable.prg + Added: a draggable Harbour Logo without titlebar. diff --git a/harbour/contrib/hbqt/tests/draggable.prg b/harbour/contrib/hbqt/tests/draggable.prg index 728ad74735..05179af96f 100644 --- a/harbour/contrib/hbqt/tests/draggable.prg +++ b/harbour/contrib/hbqt/tests/draggable.prg @@ -20,7 +20,7 @@ Procedure Main() oWid := QWidget() oWid:setWindowTitle( 'Draggable window' ) - //oWId:setAttribute( Qt_WA_TranslucentBackground ) + oWId:setAttribute( Qt_WA_TranslucentBackground ) oWid:setWindowFlags(Qt_FramelessWindowHint) oLabel1:= QLabel()