diff options
author | dartraiden <wowemuh@gmail.com> | 2021-03-07 23:57:30 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-03-07 23:57:30 +0300 |
commit | 89d45301da1e32b63fc29ee2f5ee05c4af313fbc (patch) | |
tree | 49cb6c13e73586fafd5da913de480719b44a5b94 /plugins/Cln_skinedit/src/main.cpp | |
parent | 2eb1e940e68d81d72d8a3cb0798e7a4cdc9ce5e6 (diff) |
No need to reset it twice
Diffstat (limited to 'plugins/Cln_skinedit/src/main.cpp')
-rw-r--r-- | plugins/Cln_skinedit/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Cln_skinedit/src/main.cpp b/plugins/Cln_skinedit/src/main.cpp index f8f9d9aca7..e599e3e64b 100644 --- a/plugins/Cln_skinedit/src/main.cpp +++ b/plugins/Cln_skinedit/src/main.cpp @@ -500,7 +500,6 @@ static void SaveLatestChanges(HWND hwndDlg) ChangedSItems.bCOLOR2 = FALSE; ChangedSItems.bCOLOR2_TRANSPARENT = FALSE; ChangedSItems.bTEXTCOLOR = FALSE; - ChangedSItems.bALPHA = FALSE; ChangedSItems.bMARGIN_LEFT = FALSE; ChangedSItems.bMARGIN_TOP = FALSE; ChangedSItems.bMARGIN_RIGHT = FALSE; |