[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] wx-2.8.9: slow toolbar-button repaint
From: |
Vaclav Slavik |
Subject: |
Re: [lmi] wx-2.8.9: slow toolbar-button repaint |
Date: |
Fri, 31 Oct 2008 11:01:22 +0100 |
On Mon, 2008-10-06 at 16:34 +0000, Greg Chicares wrote:
> If that makes sense, then should I call UpdateWindowUI() (or some
> such function) before beginning lengthy non-GUI operations?
It wouldn't help, it has to be fixed in wx code, because by the time an
event handler is called, it's too late. See the fix here (will be in
2.8.10): http://trac.wxwidgets.org/changeset/56618
Regards,
Vaclav