[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Log message search box not redrawn correctly

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-22 19:47:42 CEST

Simon Large wrote:
> Hi folks,
>
> I just noticed in the 1.4.0 release, in the log dialog if I click on statistics
> and then close the stats box, the search box gets partly redrawn. This also
> occurs during a Get All, but redraws itself when the fetch is complete.

I know the problem, but don't know how to solve it.
The reason is that this search box is actually an edit box with two
controls 'inserted' in its non-client area. Now, as you can see the two
inserted controls (magnifying glass and the red x) are redrawn
correctly, but the non-client area of the edit control is not. And
that's because a window only redraws the non-client area while it is
idle which usually isn't a problem but when the statistics dialog is
shown, the log dialog is deactivated and doesn't receive any WM_*
messages. That's why it isn't redrawn.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Sep 22 19:47:51 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.