Commit f1f8094
committed
Only set Tk scaling-on-map for Windows systems
On Windows, the DPI that Tk sees is 96 for regular screens and some
multiple of that for HiDPI screens. On Linux, the DPI is the true DPI
(or at least what the display server tells it is true), and doesn't have
anything to do with HiDPI. On macOS, the DPI appears closer to 72 by
default.1 parent 1809c2d commit f1f8094
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments