Re: [PATCH 01/21] [WinHelp]: get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion
Eric Pouech <eric.pouech(a)orange.fr> writes:
programs/winhelp/winhelp.c | 257 ++++++++++++++++++++------------------------ 1 files changed, 116 insertions(+), 141 deletions(-)
This breaks window repaints for me, when switching pages the window is not repainted and still shows the old page. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard a écrit :
Eric Pouech <eric.pouech(a)orange.fr> writes:
programs/winhelp/winhelp.c | 257 ++++++++++++++++++++------------------------ 1 files changed, 116 insertions(+), 141 deletions(-)
This breaks window repaints for me, when switching pages the window is not repainted and still shows the old page.
actually, not really... it works when you click a second time on the same hyperlink that should be considered as a semi-conscious user-interface enhancement in order to help users switch to the new interface <g> I'll resend the lot with a fix A+ -- Eric Pouech "The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)
participants (2)
-
Alexandre Julliard -
Eric Pouech