summaryrefslogtreecommitdiff
path: root/help/mai
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-03-16 14:58:57 -0400
committerVictor Kareh <[email protected]>2026-05-06 13:28:07 -0400
commita4311214f6e2dc7ec7ff06878ed268ef011c7c67 (patch)
treec2c5f860d3c43b0c543f24391ff443898e5a6b89 /help/mai
parentf075475a3a6f4cb0714b4f1e29b66d37cb439ad1 (diff)
downloadmate-terminal-a4311214f6e2dc7ec7ff06878ed268ef011c7c67.tar.bz2
mate-terminal-a4311214f6e2dc7ec7ff06878ed268ef011c7c67.tar.xz
profile-editor: fix color scheme combo not restoring selection
The built-in color scheme dropdown always showed "Custom" when reopening the profile editor. Two bugs were present: - color comparison was called as pointer-to-pointer comparison, which always fails. - gdk_rgba_equal does exact floating-point comparison, which is too strict for colors that have been round-tripped through GSettings string serialization. Using the fuzzy rgba_equal function fixes that. Fixes #486
Diffstat (limited to 'help/mai')
0 files changed, 0 insertions, 0 deletions