andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Fix: Set the inactive selection color to something sensible on Linux. Cl... #263

Closed bjones1 closed 9 years ago

bjones1 commented 9 years ago

...oses #34.

andreikop commented 9 years ago

I tried to solve the problem using QPalette. This way it is possible not to hardcode black color: https://github.com/hlamer/enki/commit/3d38cae945a945339f5ec5a283dfc9528af397a4

bjones1 commented 9 years ago

This is nice -- thanks. Much better than the style sheet approach I used.