Commit bdd0195
committed
CTabFolder: combine mouse enter and mouse move cases
This seem to be logical continuation of the previous commit where
we wanted to NOT set the tooltip to the null but to a proper value
already on mouse enter.
With the "mouse enter" was issued last, after "mouse exit", at same
location and without any events following, it would also make sense to
draw the same state as it would be on the last move.
See #20171 parent 3225227 commit bdd0195
File tree
1 file changed
+4
-4
lines changed- bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | 1816 | | |
1821 | 1817 | | |
1822 | 1818 | | |
| |||
1911 | 1907 | | |
1912 | 1908 | | |
1913 | 1909 | | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
1914 | 1914 | | |
1915 | 1915 | | |
1916 | 1916 | | |
| |||
0 commit comments