Files
oak-editor/app
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-18 08:17:23 -07:00
2020-03-19 12:16:09 +11:00
2020-03-19 12:16:09 +11:00
2020-03-19 00:06:55 +01:00
2020-03-10 15:00:56 -04:00
2019-12-26 17:35:25 +11:00
2020-01-03 17:58:07 +11:00
2020-03-19 12:16:09 +11:00