Skip to content

Commit

Permalink
gui/log: fix clearing multi-line messages
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 28, 2016
1 parent 0faa2d5 commit 55fdfc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/gui/log.py
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ def append(self, v):
def clear(self):
self.beginRemoveRows(QtCore.QModelIndex(), 0, len(self.entries)-1)
self.entries.clear()
self.children_by_row.clear()
self.endRemoveRows()

def timer_tick(self):

0 comments on commit 55fdfc6

Please sign in to comment.