Revert "Removed an extra CVideo::flip() call from GUI1"
This reverts commit 0aa8900dce
.
This commit is contained in:
parent
3223ea29b1
commit
819c352e7c
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ void dialog::draw_contents()
|
|||
}
|
||||
}
|
||||
events::raise_draw_event(); //draw widgets
|
||||
|
||||
video_.flip();
|
||||
}
|
||||
|
||||
dialog_frame& dialog::get_frame()
|
||||
|
|
Loading…
Add table
Reference in a new issue