mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.41k stars 435 forks source link

REPL in night theme shows blank context help #2374

Open qbub opened 1 year ago

qbub commented 1 year ago

What were you trying to do?

wanted to see context help when using REPL in night theme

What steps did you take to trigger the issue?

Select night theme. Select REPL. In the REPL window, type print( and view context help. The context help window appears but it's all white.

What did you expect to happen?

expected to see white text on a dark background

What actually happened?

Context help is displayed as white text on a white background.

Operating System Version

Windows 10 Business, Version 22H2, 19045.2364, OS Build 19045.2364

Mu Version

1.2.0

Other Info

I tested this with day theme and context help does appear as it should. I believe when in night theme, the context help is displaying white text (correct) on a white background, but in either dark theme the context help background needs to be changed to dark.

Editor Log

mulog.txt