You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The breakpoint red circle is drawn between two lines instead of on the relevant line when high DPI scaling is on.
What steps will reproduce the problem?
Use 4K or other high DPI monitor with scaling turned on (may be unnecessary, I don't have an old one to test right now?)
In general preferences, check "Enable high DPI scaling"
Restart Spyder to enable high DPI scaling
Place a breakpoint in a file
What is the expected output? What do you see instead?
The red circle should be nicely centered on the line with the intended breakpoint. Instead the circle is drawn about half a line high and it is unclear which line it corresponds to. Further, trying to turn it off often accidentally leads to turning another one on, but offset from the line you intended.
The breakpoint shown below is intended to be on line 8 with the command "pass", but shows up between lines 7 and 8.
Note, that turning off the scaling fixes the alignment, but then you are stuck with really small icons and circles.
The breakpoint red circle is drawn between two lines instead of on the relevant line when high DPI scaling is on.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The red circle should be nicely centered on the line with the intended breakpoint. Instead the circle is drawn about half a line high and it is unclear which line it corresponds to. Further, trying to turn it off often accidentally leads to turning another one on, but offset from the line you intended.
The breakpoint shown below is intended to be on line 8 with the command "pass", but shows up between lines 7 and 8.
Note, that turning off the scaling fixes the alignment, but then you are stuck with really small icons and circles.
Please provide any additional information below
Versions and main components
Dependencies
jedi >=0.9.0 : 0.10.0 (OK)
matplotlib >=1.0 : 2.0.0 (OK)
nbconvert >=4.0 : 5.1.1 (OK)
numpy >=1.7 : 1.11.3 (OK)
pandas >=0.13.1 : 0.19.2 (OK)
pep8 >=0.6 : 1.7.0 (OK)
pyflakes >=0.6.0 : 1.5.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
pylint >=0.25 : 1.6.5 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.5.2 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: