This commit is contained in:
Kovid Goyal 2014-07-26 23:37:58 +05:30
parent a04c363b70
commit caa0623ae1

View File

@ -444,6 +444,7 @@ class ToolbarSettings(QWidget):
ac = all_items[key] ac = all_items[key]
except KeyError: except KeyError:
pass pass
else:
to_item(key, ac, self.current) to_item(key, ac, self.current)
def bar_changed(self): def bar_changed(self):