From ba5470ebcba9977ca566ff05da6396f5e94eb00e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 16 Dec 2025 20:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=83=8F=E7=B4=A0=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=8C=89=E9=92=AE=E7=9A=84=E9=87=8D=E7=BD=AE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=80=BC=E3=80=82=E9=87=8D=E7=BD=AE=E5=90=8E=E4=B8=BA?= =?UTF-8?q?=E9=BB=91=E8=89=B2=EF=BC=8C=E9=80=8F=E6=98=8E=E5=BA=A6OriginalA?= =?UTF-8?q?lpha=E5=80=BC=E4=B8=BAFF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../powerbell/activities/BackgroundSettingsActivity.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index b175947..34c9c3f 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -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 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundSettingsActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundSettingsActivity.java index a2db7a3..d8f8357 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundSettingsActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundSettingsActivity.java @@ -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;