Commit 100fbc6
committed
[Gtk4] Fix CTabItem close button Gtk-CRITICAL
Clicking on CTabItem close button causes:
```
(SWT:2017253): Gtk-CRITICAL **: 21:06:02.496: gtk_widget_compute_point:
assertion 'GTK_IS_WIDGET (widget)' failed
```
In this case fixedHandle is 0 and eventHandle has to be used like in
#29401 parent 3ccbe91 commit 100fbc6
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1787 | 1787 | | |
1788 | 1788 | | |
1789 | 1789 | | |
1790 | | - | |
| 1790 | + | |
| 1791 | + | |
1791 | 1792 | | |
1792 | 1793 | | |
1793 | 1794 | | |
| |||
0 commit comments