John Scipione 1e7a0406dc DataTranslation: Fix crash
just noticed this crash...

when fConfigView gets deleted by selecting a translator it
deletes its child fInfoText but we were leaving the pointer
alone.

Afterwords if you changed the panel text color in Appearance
a message gets sent that checks to see if the fInfoView
pointer is NULL, and since it isn't, procedes to dereference
the pointer and *boom* the app crashes.

Fix this by setting the fInfoText pointer to NULL when fConfig
view gets deleted. That way when you change the panel text
color it doesn't attempt to dereference the stale pointer
and everything works as it should.
2016-03-30 16:48:59 -07:00
..
2016-03-30 14:41:51 -07:00
2016-03-27 21:49:57 +02:00
2015-11-07 23:02:53 +01:00
2016-03-26 00:39:14 +01:00
2016-03-30 16:48:59 -07:00
2016-02-14 21:12:33 +01:00