From 348e1876d25320e6480f2795c9388b2bc080c743 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 7 Mar 2021 12:16:12 -0500 Subject: text entry, with cursor, but no keyboard --- src/user/raleigh/w/vbox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/user/raleigh/w/vbox.cpp') diff --git a/src/user/raleigh/w/vbox.cpp b/src/user/raleigh/w/vbox.cpp index 30b0902..51b87ed 100644 --- a/src/user/raleigh/w/vbox.cpp +++ b/src/user/raleigh/w/vbox.cpp @@ -41,5 +41,7 @@ namespace raleigh { void vbox::notify_has_opaque_parent(widget *parent) { closest_opaque = parent; + for (dllist::node *n = widgets.first; n; n = n->next) + n->d.notify_has_opaque_parent(parent); } } \ No newline at end of file -- cgit v1.2.3