I've just noticed that on wxpython version 2.9.3.1 when setting TextCtrl.SetEditable(False) the control background color changes on windows vista (it becomes gray) while on version 2.8.12.1 there is no difference.
The same different background is on wx.StaticBox.
Are these kind of differences worth mentioning here or this is only a development version lacking some finishing touches?
More likely it is something that has been fixed so it is now working properly in 2.9, as I think that is native behavior.
···
On 1/27/12 2:18 PM, Marco De Felice wrote:
I've just noticed that on wxpython version 2.9.3.1 when setting
TextCtrl.SetEditable(False) the control background color changes on
windows vista (it becomes gray) while on version 2.8.12.1 there is no
difference.
The same different background is on wx.StaticBox.
Are these kind of differences worth mentioning here or this is only a
development version lacking some finishing touches?