diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/widgets.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/widgets.tsx b/utils/widgets.tsx index 2078aad..7c40184 100644 --- a/utils/widgets.tsx +++ b/utils/widgets.tsx @@ -43,3 +43,6 @@ export const setupCustomTooltip = (self: any, text: string | Binding<string>) => return window; }; + +export const setupChildClickthrough = (self: any) => + self.connect("size-allocate", () => self.get_window()?.set_child_input_shapes()); |