Fix re-entrant render() calls, add an assert to enforce

This commit is contained in:
Vojtech Kral 2018-11-27 16:55:54 +01:00
parent 0bdbd3ee63
commit f5080ea7f5
3 changed files with 12 additions and 3 deletions

View file

@ -717,6 +717,7 @@ private:
wxGLCanvas* m_canvas;
wxGLContext* m_context;
bool m_in_render;
LegendTexture m_legend_texture;
WarningTexture m_warning_texture;
wxTimer m_timer;