Menu

#95 Incorrect font/background color in note editor

Next release
closed-fixed
note editor (1)
6
2017-01-03
2016-12-03
No

Hi.
I have problem with the note editor. I use a dark theme in my kde linux and the vym note editor force a white background in the QTextEdit but use the default color for the font, in my case is white, so I do not see anything.
I download the code and coment out the e->setPalette() sentence in the TextEditor setState() function and force the color to use in the contructor

e->setStyleSheet("background-color: white; color : black");

I suggest that the note editor should force the color because we need to grant a usefull environment in the note editor.

Please, consider to fix this in the next release.

Discussion

  • In Silmaril

    In Silmaril - 2016-12-13
    • assigned_to: In Silmaril
    • Priority: 5 --> 6
     
  • In Silmaril

    In Silmaril - 2017-01-03
    • status: open --> closed-fixed
     
  • In Silmaril

    In Silmaril - 2017-01-03

    Added text editor color settings in vym 2.6.3