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_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel