summaryrefslogtreecommitdiff
path: root/utils/widgets.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'utils/widgets.tsx')
-rw-r--r--utils/widgets.tsx3
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());