wx.propgrid Update property label

[email protected] Thu, 27 Dec 2018 00:58:58 -0800 (PST)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
There is a grid of properties
self.pg = wxpg.PropertyGrid(self, size=(500, 600), style=wxpg.
PG_SPLITTER_AUTO_CENTER|wxpg.PG_TOOLBAR)

There is a category property on this grid.
new_signal = wxpg.PropertyCategory(name)

Here there are properties - descendants (it does not play a role here).
It looks like it is shown in the 1st image.
I can change the property label. After changing the rectangular size of the 
label does not change its size (see 2nd image).
Can I somehow fix this defect?

[image: 1.PNG] <about:invalid#zClosurez> <about:invalid#zClosurez>[image: 
2.PNG] <about:invalid#zClosurez>



-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
1.PNG (image/png, 2 KB) - not displayed
2.PNG (image/png, 1.8 KB) - not displayed