From f2b30d6fe220fe6513d4bae17ff5293c5b80d8e8 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 23 Aug 2012 02:08:20 +0000 Subject: [PATCH] 2012-08-22 19:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp ! Refined: the way bookmarks were published. Now line-area's background is painted with the same color that of bookmark line, instead of inreasing the width of line-area and painting a rectangle at the left side. This had two unwanted effects: 1. A flicker of entire editing area, 2. Selection of text by mouse was leaving a weired trail sometimes. --- harbour/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 498694fe1c..15eb2ece86 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,15 @@ The license applies to all entries newer than 2009-04-28. */ +2012-08-22 19:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp + ! Refined: the way bookmarks were published. Now line-area's + background is painted with the same color that of bookmark + line, instead of inreasing the width of line-area and painting + a rectangle at the left side. This had two unwanted effects: + 1. A flicker of entire editing area, + 2. Selection of text by mouse was leaving a weired trail sometimes. + 2012-08-22 17:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/dict.prg * contrib/hbide/edit.prg