We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89faa5d commit 96c1cefCopy full SHA for 96c1cef
1 file changed
src/gui/widget_base.c
@@ -723,8 +723,7 @@ void Widget_UpdateDisplay(LCUI_Widget w)
723
if (w->computed_style.display == display) {
724
return;
725
}
726
- if (w->parent && display == SV_NONE &&
727
- w->computed_style.position != SV_ABSOLUTE) {
+ if (w->parent && w->computed_style.position != SV_ABSOLUTE) {
728
Widget_UpdateLayout(w->parent);
729
730
Widget_UpdateVisibility(w);
0 commit comments