Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

update: fix behavior when 'Always show command log' is enabled

Changeset 7d4164b6c39f

Parent 1fe2f4e1d3a6

by Yuki KODAMA

Changes to one file · Browse files at 7d4164b6c39f Showing diff from parent 1fe2f4e1d3a6 Diff from another changeset...

 
166
167
168
169
 
170
171
172
 
166
167
168
 
169
170
171
172
@@ -166,7 +166,7 @@
    def command_started(self):   self.cmd.setShown(True) - if self.showlog_chk.isVisible(): + if self.showlog_chk.isChecked():   self.cmd.show_output(True)   self.update_btn.setHidden(True)   self.close_btn.setHidden(True)