Files
oak-editor/app/widget
itsmattkc 053ea10393 viewer: fixed occasional segfault when setting the viewer node
Since other parts of the UI use OpenGL (through Qt), the viewer's context can
sometimes become non-current until the next time it draws. Since the color
processor is created before the main drawing function, the context could
occasionally be non-current causing its creation to fail. Subsequently trying
to use that color processor would trigger a segfault. This commit addresses that
by always making the context current before creating the color processor shader.
2020-03-22 20:09:05 +11:00
..
2020-03-10 15:00:56 -04:00
2019-06-21 13:10:55 -07:00
2020-03-10 15:00:56 -04:00
2020-03-19 12:16:09 +11:00