dont redraw the frames when changing their theme

This commit is contained in:
Dana Jansens 2003-09-14 21:08:21 +00:00
parent 2877e9a248
commit 13bbcdd86b

View file

@ -183,7 +183,6 @@ void frame_adjust_theme(ObFrame *self)
{
free_theme_statics(self);
set_theme_statics(self);
frame_adjust_area(self, TRUE, TRUE, FALSE);
}
void frame_adjust_shape(ObFrame *self)