* src/haiku_support.cc (EmacsShow): Fix last change.
(TearDownDoubleBuffering): Likewise.
(Draw): Draw normally if not double buffered even if shown_flag
is true.
was_shown_p = true;
}
- if (this->parent && offscreen_draw_view)
+ if (this->parent)
shown_flag = 1;
Show ();
if (this->parent)
offscreen_draw_view = NULL;
delete offscreen_draw_bitmap_1;
offscreen_draw_bitmap_1 = NULL;
-
- shown_flag = 0;
}
}
return;
}
- if (w->shown_flag)
+ if (w->shown_flag && offscreen_draw_view)
{
PushState ();
SetDrawingMode (B_OP_ERASE);