在 JFXCustomColorPickerDialog 中使用 HEX 作为默认 Tab (#5011)

This commit is contained in:
Glavo
2025-12-20 15:33:03 +08:00
committed by GitHub
parent 41895e97e1
commit 84b428b57c

View File

@@ -116,9 +116,9 @@ public class JFXCustomColorPickerDialog extends StackPane {
Tab hexTab = new Tab("HEX");
hexTab.setContent(hexField);
tabs.getTabs().add(hexTab);
tabs.getTabs().add(rgbTab);
tabs.getTabs().add(hsbTab);
tabs.getTabs().add(hexTab);
curvedColorPicker.selectedPath.addListener((o, oldVal, newVal) -> {
if (paraTransition != null) {