Commit 7a6857b
committed
[GTK4] Fix CTabFolder chevron click GTK-Critical
Error is like:
```
(SWT:339274): Gtk-CRITICAL **: 17:08:42.533: gtk_widget_compute_point:
assertion 'GTK_IS_WIDGET (widget)' failed
```
The problem comes from Control.getSurfaceOrigin method relying on
fixedHandle (even when there is not one) use
eventHandle() in this case.
Tested with Snippet165.1 parent 23df87e commit 7a6857b
File tree
1 file changed
+3
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
6872 | 6872 | | |
6873 | 6873 | | |
6874 | 6874 | | |
6875 | | - | |
| 6875 | + | |
| 6876 | + | |
6876 | 6877 | | |
6877 | 6878 | | |
6878 | 6879 | | |
| |||
0 commit comments