更新像素清空按钮的重置颜色值。重置后为黑色,透明度OriginalAlpha值为FF。
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user