Merge pull request #590 from amaan211/master

Modification in the /terminatorlib/prefseditor.py file
This commit is contained in:
Matt Rose 2022-04-18 12:39:49 -04:00 committed by GitHub
commit eb7c2ddf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -966,10 +966,6 @@ class PrefsEditor:
if self.palettevalues[key] == active:
value = key
sensitive = value == 'custom'
for palette_id in range(0, NUM_PALETTE_COLORS):
self.get_palette_widget(palette_id).set_sensitive(sensitive)
if value in self.palettes:
palette = self.palettes[value]
palettebits = palette.split(':')