diff --git a/common/gl/yacreader_flow_gl.cpp b/common/gl/yacreader_flow_gl.cpp index 1f27a3c8..6ab56239 100644 --- a/common/gl/yacreader_flow_gl.cpp +++ b/common/gl/yacreader_flow_gl.cpp @@ -806,6 +806,8 @@ void YACReaderFlowGL::populate(int n) void YACReaderFlowGL::reset() { + makeCurrent(); + startAnimationTimer(); currentSelected = 0; @@ -821,6 +823,8 @@ void YACReaderFlowGL::reset() if(!hasBeenInitialized) lazyPopulateObjects = -1; + + doneCurrent(); } void YACReaderFlowGL::reload()