diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-12 21:19:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-12 21:19:59 +0100 |
| commit | e9e8951e0961564121f9c6cc4ce87555eebf9ec8 (patch) | |
| tree | 1b9092afb6fae122d62e17bbbf611ff568e76fc1 /src/wx/gl_video_view.cc | |
| parent | 1e2ff3aad2e6feabc7d725f64e41feb0b5ba9439 (diff) | |
Restore paint-panel timing.
Diffstat (limited to 'src/wx/gl_video_view.cc')
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 39d418cbf..39532ab79 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -69,9 +69,11 @@ static void void GLVideoView::paint () { + _viewer->state_timer().set("paint-panel"); _canvas->SetCurrent (*_context); wxPaintDC dc (_canvas); draw (); + _viewer->state_timer().unset(); } void |
