Linux: Fix crash with some nvidia drivers when creating tabs in the first top level-window after creating a second top-level window.

Fixes #873
The wrong window's OpenGL context was current when creating the tabs.
This commit is contained in:
Kovid Goyal
2018-09-07 15:23:10 +05:30
parent 1eeaef6dbb
commit 03fd138b63
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ Changelog
- Linux: Fix XCompose rules with no defined symbol not working (:iss:`880`)
- Linux: Fix crash with some nvidia drivers when creating tabs in the first
top level-window after creating a second top-level window. (:iss:`873`)
0.12.0 [2018-09-01]
------------------------------