更新像素清空按钮的重置颜色值。重置后为黑色,透明度OriginalAlpha值为FF。

This commit is contained in:
2025-12-16 20:14:23 +08:00
parent 78c7763212
commit ba5470ebcb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Dec 16 11:58:30 GMT 2025
#Tue Dec 16 12:07:40 GMT 2025
stageCount=7
libraryProject=
baseVersion=15.14
publishVersion=15.14.6
buildCount=63
buildCount=64
baseBetaVersion=15.14.7

View File

@@ -323,7 +323,7 @@ public class BackgroundSettingsActivity extends WinBoLLActivity {
LogUtils.d(TAG, "【按钮点击】清空像素颜色");
BackgroundBean bean = mBgSourceUtils.getPreviewBackgroundBean();
int oldColor = bean.getPixelColor();
bean.setPixelColor(0);
bean.setPixelColor(0xFF000000);
mBgSourceUtils.saveSettings();
doubleRefreshPreview();
isPreviewBackgroundChanged = true;