add some debug output

This commit is contained in:
gfgtdf 2017-02-19 23:06:06 +01:00 committed by GitHub
parent 6fb765a7aa
commit 0b159f21eb

View file

@ -71,6 +71,8 @@ void panel::impl_draw_background(surface& frame_buffer, int x_offset, int y_offs
void panel::impl_draw_foreground(surface& frame_buffer, int x_offset, int y_offset)
{
DBG_GUI_D << LOG_HEADER << " size " << get_rectangle() << ".\n";
get_canvas(1).blit(frame_buffer,
calculate_blitting_rectangle(x_offset, y_offset));
}