remove deprecated method SmoothScroll.combobox

This commit is contained in:
Timi
2025-07-25 15:52:38 +08:00
parent f45bb15828
commit e1b5cefc90

View File

@ -52,18 +52,6 @@ public class SmoothScroll {
// ---------- 虚拟面板滚动(列表项需统一高度) ----------
/**
* 平滑滚动 ComboBox 的选项列表
*
* @param comboBox 选择器
* @deprecated 1.3.4 过时1.6.0 移除,请使用 {@link #comboBox(ComboBox)}
*/
@Deprecated
public static void combobox(ComboBox<?> comboBox) {
comboBox(comboBox);
}
/**
* 平滑滚动 ComboBox 的选项列表
*