OSDN Git Service

Fix an issue where custom colors are not saved. (#648)
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sat, 27 Feb 2021 04:06:06 +0000 (13:06 +0900)
committerGitHub <noreply@github.com>
Sat, 27 Feb 2021 04:06:06 +0000 (13:06 +0900)
commite1f02d4d4a533da5121ed29d53006cd17675bcb3
treefc61c40501187dbddccfcac8f8c9514b60b5616e
parent05394c9e502bd732cd8f8670ea1bfc019cb2d04b
Fix an issue where custom colors are not saved. (#648)

- Options::CustomColors::Save() now saves custom color settings without deleting them even when the color is white.
Src/OptionsCustomColors.cpp