1
0

removed trailing whitespace and fixed indentation in history widget

This commit is contained in:
Tafelpoot
2014-10-21 19:05:51 +02:00
parent 49c0a3a08f
commit d9c5250a6f
35 changed files with 230 additions and 267 deletions

View File

@@ -22,7 +22,7 @@ class ReceivingWidget(QTreeWidget):
self.editing = False
def update_label(self, item, column):
if self.editing:
if self.editing:
return
else:
address = str(item.text(0))
@@ -32,7 +32,7 @@ class ReceivingWidget(QTreeWidget):
def copy_address(self):
address = self.currentItem().text(0)
qApp.clipboard().setText(address)
def update_list(self):
return