Skip to content

Two minor cleanups surrounding color schemes

Antonio Russo requested to merge aerusso/konsole:pulls/two-minor-cleanups into master

Implementing the feature in !299 resulted in two cleanup changes that I've factored out that should be merged even if !299 isn't merged.

  1. editColorItem in ColorSchemeEditor makes an unnecessary lookup of the existing QColor. This is a vestigial remnant of an old wrapper around QColor that was removed years ago.

  2. This corrects a typo in a code comment.

Merge request reports