[UFO-devel] UBasicStyle::paintComponent() crash
Status: Beta
Brought to you by:
schmidtjf
From: Andreas B. <b_...@gm...> - 2005-07-13 23:08:35
|
Hi UBasicStyle::paintComponent() uses NULL as default value for its w parameter, but never checks for it being NULL. This causes a crash for CE_TextEdit at line 799 ("w->getPalette()"). At a very least the method should check w before that line. CU Andi |