Skip to content

Commit 4940e48

Browse files
committedFeb 18, 2016
gui/log: scroll to bottom on startup
1 parent c0bbd99 commit 4940e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎artiq/gui/log.py

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ def set_model(self, model):
252252
self.table_model_filter.rowsInserted.connect(self.rows_inserted_after)
253253
self.table_model_filter.rowsRemoved.connect(self.rows_removed)
254254

255+
asyncio.get_event_loop().call_soon(self.log.scrollToBottom)
256+
255257
def save_state(self):
256258
return {
257259
"min_level_idx": self.filter_level.currentIndex(),

0 commit comments

Comments
 (0)
Please sign in to comment.