[libbluray-devel] [Git][videolan/libbluray][master] HComponent: fix disabled components being made invisible
Petri Hintukainen (@hpi)
gitlab at videolan.org
Fri Jan 30 14:51:44 UTC 2026
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
d7792d99 by spotter at 2026-01-30T14:51:41+00:00
HComponent: fix disabled components being made invisible
- - - - -
1 changed file:
- src/libbluray/bdj/java/org/havi/ui/HComponent.java
Changes:
=====================================
src/libbluray/bdj/java/org/havi/ui/HComponent.java
=====================================
@@ -56,7 +56,6 @@ public abstract class HComponent extends Component implements HMatteLayer, TestO
if (b != super.isEnabled()) {
super.setEnabled(b);
super.setFocusable(b);
- super.setVisible(b);
}
}
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/d7792d994a65381310429f3caed5692511dd4e1a
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/d7792d994a65381310429f3caed5692511dd4e1a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libbluray-devel
mailing list