Skip to content

Fix blocking SmallColorSelector on OpenGL 2.1, possibly other errors

Alvin Wong requested to merge alvinwong/krita:alvin/bug447868-gl21-crash into master

Commit 10906539 made KisOpenGL::hasOpenGL3() always return true. This causes the Small Color Selector to be loaded on OpenGL 2.1, which for some reason crashes on the Intel graphics drivers when the pop-up palette is invoked (according to reports).

Requesting review from @dkazakov because I am just a little bit unsure if this is intentional or not.

BUG: 447868

Merge request reports