[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] [PATCH] Don't send wxEVT_UPDATE_UI events manually in the automati
From: |
Vadim Zeitlin |
Subject: |
[lmi] [PATCH] Don't send wxEVT_UPDATE_UI events manually in the automatic tests. |
Date: |
Sat, 6 Dec 2014 00:04:55 +0100 |
Hello,
As previously discussed, I think it would be better to avoid explicitly
sending wxEVT_UPDATE_UI events during the tests as this may result in
subtly different behaviour from the normal case. With the latest wxWidgets
(git tree 29cd13cc8f06eab726d3b774e057b64c94570923), wxYield() now invokes
idle time handling in wxMSW, just as it already did in the other ports, so
now we may stop doing this and the attached patch does just this. It
touches the test code only and it would be nice if it could be applied
before further changes to the tests are done.
Thanks in advance!
VZ
0001-Don-t-send-wxEVT_UPDATE_UI-events-manually-in-the-au.patch
Description: Text document
- [lmi] [PATCH] Don't send wxEVT_UPDATE_UI events manually in the automatic tests.,
Vadim Zeitlin <=