Commit da5b652
authored
### 889: Fix drop region for High-DPI displays
### Linked issues
Fixes #889
### Describe the reason for the change.
Could not add new content sources via drag and drop when a source is
already loaded on High-DPI displays
### Summarize your change.
Now taking devicePixelRatio (High-DPI display) into account in
drawDropRegions() mu method.
### Describe what you have tested and on which operating system.
Successfully tested on macOS
### Add a list of changes, and note any that might need special
attention during the review.
### If possible, provide screenshots.
Signed-off-by: Bernard Laberge <[email protected]>
1 parent 6ab0a2a commit da5b652
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
531 | 540 | | |
532 | 541 | | |
533 | 542 | | |
| |||
0 commit comments