字体选择器 回调更新+1

This commit is contained in:
renhaoting 2025-10-31 15:51:50 +08:00
parent ce45b71448
commit 7dc63a9544
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class FontSetView @JvmOverloads constructor(
}
levelSeekbar.setOnLevelChangeListener { level->
mFontValue = 16 + level * GAP
mFontValue = MIN_VALUE + level * GAP
if (mFontValue > MAX_VALUE) {
mFontValue = MAX_VALUE
}