This commit is contained in:
Kovid Goyal 2014-08-05 09:30:26 +05:30
parent 9ce01d6efc
commit ed0ca19d5b

View File

@ -83,6 +83,7 @@ class Check(QSplitter):
def clear_at_startup(self): def clear_at_startup(self):
self.clear_help(_('Check has not been run')) self.clear_help(_('Check has not been run'))
self.items.clear()
def context_menu(self, pos): def context_menu(self, pos):
m = QMenu() m = QMenu()