wxPropertyGrid - clear 'property changed' effect

BlitzMax Modules Forums/Brucey's Modules/wxPropertyGrid - clear 'property changed' effect

When I change the value of a property, it's text becomes bold. I need to set it back to normal text style when the user selects a different gadget (because it can still seem like you changed the value of a property, when you didn't).

Is there a way to do this?

EDIT: Ugh, I just realized how horribly I wrote that.

In wxPropertyGrid, you can use one of these :
	Method ClearModifiedStatus()
	Method ClearPropertyModifiedStatus(prop:wxPGProperty)
	Method ClearPropertyModifiedStatusByName(name:String)

Sync to get the last two... ;-)

Tyvm.