Revert "Removed an extra CVideo::flip() call from GUI1"

This reverts commit 0aa8900dce.
This commit is contained in:
Charles Dang 2016-03-16 06:22:25 +11:00
parent 3223ea29b1
commit 819c352e7c

View file

@ -362,6 +362,8 @@ void dialog::draw_contents()
}
}
events::raise_draw_event(); //draw widgets
video_.flip();
}
dialog_frame& dialog::get_frame()