Commit f163a29
committed
Tooltip Infinite Loop fix for per-monitor #557
This commit contributes to fixing the infinite looping effect on showing
a tooltip of the tree using per-monitor (V2) awareness on win32 when a
tooltip is spans over two monitors having more area on the other monitor
than the one on which the cursor is placed. The fix makes sure that the
tooltip is not drawn on the other monitors by shifting or adjusting the
width.
contributes to #5571 parent c2136c9 commit f163a29
File tree
1 file changed
+24
-0
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
1 file changed
+24
-0
lines changedLines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8161 | 8161 | | |
8162 | 8162 | | |
8163 | 8163 | | |
| 8164 | + | |
| 8165 | + | |
| 8166 | + | |
| 8167 | + | |
| 8168 | + | |
| 8169 | + | |
| 8170 | + | |
| 8171 | + | |
| 8172 | + | |
| 8173 | + | |
| 8174 | + | |
| 8175 | + | |
| 8176 | + | |
| 8177 | + | |
| 8178 | + | |
| 8179 | + | |
| 8180 | + | |
| 8181 | + | |
| 8182 | + | |
| 8183 | + | |
| 8184 | + | |
| 8185 | + | |
| 8186 | + | |
| 8187 | + | |
8164 | 8188 | | |
8165 | 8189 | | |
8166 | 8190 | | |
| |||
0 commit comments