-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background color of theme is not set properly on Mac OSX #2028
Comments
From ccordoba12 on 2014-10-28T17:48:24Z I've seen this problem before. I think it's a bug in Qt 4 (the graphical toolkit used by Spyder). I hope it'll be fixed once we move to Qt 5. Other than that, we can't do anything about it from our side. Labels: MS-v2.4 |
From ccordoba12 on 2014-11-12T10:15:02Z Summary: Background color of theme is not set properly on Mac OSX (was: Background color of theme is not set properly if all editor panes are closed and a new file is opened) |
From ccordoba12 on 2014-11-12T10:15:29Z issue #2045 has been merged into this issue. |
From [email protected] on 2014-12-22T03:05:53Z If you restart spyder after you have changed the colour it works (the entire background is filled in) |
From ccordoba12 on 2015-01-08T18:33:19Z issue #2107 has been merged into this issue. |
- After fixing issue #2028, there is no need to put it at the end of the Main Window setup process
From [email protected] on 2014-10-28T09:24:04Z
Spyder Version: 2.3.1
Python Version: 2.7.8
Qt Version : 4.8.6, PyQt4 (API v2) 4.11.1 on Darwin
pyflakes >=0.5.0: 0.8.1 (OK)
pep8 >=0.6 : 1.5.7 (OK)
IPython >=0.13 : 2.2.0 (OK)
pygments >=1.6 : 1.6 (OK)
pandas >=0.13.1 : 0.14.1 (OK)
sphinx >=0.6.6 : 1.2.2 (OK)
psutil >=0.3 : 2.1.1 (OK)
rope >=0.9.2 : 0.9.4 (OK)
matplotlib >=1.0: 1.3.1 (OK)
sympy >=0.7.0 : 0.7.5 (OK)
pylint >=0.25 : 1.3.0 (OK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect to see a file in the editor with a black background.
I see instead a white background with only the text background set to black (see screenshot)
Please provide any additional information below
.
Attachment: Screen Shot 2014-10-28 at 15.19.07 - normal view.png Screen Shot 2014-10-28 at 15.20.19 - all closed.png Screen Shot 2014-10-28 at 15.20.37 - new file with wrong background.png
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2028
The text was updated successfully, but these errors were encountered: