Fix trailing whitespace and remove old code comment

This commit is contained in:
prculley 2016-11-16 10:26:02 -06:00
parent f157148414
commit 894ce3aca5
2 changed files with 1 additions and 4 deletions

View File

@ -192,9 +192,6 @@ class QuickTable(SimpleTable):
return True
elif self._link[index]:
objclass, handle = self._link[index]
# if (self.simpledoc.doc.uistate.get_export_mode() and
# objclass != 'Filter'):
# return False # avoid edition during export
if isinstance(handle, list):
handle = handle[0]
if objclass == 'Person':

View File

@ -155,7 +155,7 @@ class TextBufDoc(BaseDoc, TextDoc):
return DocumentManager(_('Quick View'), self, container)
else:
DisplayBuf(_('Quick View'), self, track=self.track)
return
return
#--------------------------------------------------------------------
#