Summary: | Cannot unset background color | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | angel.tsankov |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gatoatigrado, pir-67 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
angel.tsankov
2010-06-23 11:44:10 UTC
*** Bug 188982 has been marked as a duplicate of this bug. *** This bug also affects third party Latex editor Kile, which is using Kate as text editing component. Same symptoms : In Settings/Editors/Fonts & Colors : * Right-click on a background color (that was previously set to some color) and select "Unset Background Color". It seems to work * but as soon as the Dialog is accepted, there is no change in the Text Editor colors * and reopening the Settings dialog shows that changes were lost. Kile : 2.0.85 for KDE 4.4.5 (Ubuntu 10.4) I unfortunately cannot test a more recent version of KDE. Either it has been fixed and the bug should be closed, or it should be CONFIRMED ! This seems to work for me. Can you please try again? Git commit 2c0a1b1a225443b40f461ddcdc7694bd403c1bcc by Dominik Haumann. Committed on 04/03/2012 at 20:20. Pushed by dhaumann into branch 'master'. fix bug 242576: cannot unset background colors Anders already fixed this issue already in bug #97400 in January 2005. In October 2005 Hamish overwrote this again accidently. Hence, this bug was back for 6 years now. Finally, fix it again. M +2 -2 part/syntax/katesyntaxmanager.cpp http://commits.kde.org/kate/2c0a1b1a225443b40f461ddcdc7694bd403c1bcc Git commit 8021a3c937a062d45362df1f2f0ae082574f6c58 by Dominik Haumann. Committed on 04/03/2012 at 20:25. Pushed by dhaumann into branch 'KDE/4.8'. backport: make unset background colors work again Related: bug 97400 M +2 -2 part/syntax/katesyntaxmanager.cpp http://commits.kde.org/kate/8021a3c937a062d45362df1f2f0ae082574f6c58 |