Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable fileview: allow the Scintilla control to have a border as the other controls do

Changeset 92a3ab7cfbd6

Parent 9d2a8333548e

by David Golub

Changes to one file · Browse files at 92a3ab7cfbd6 Showing diff from parent 9d2a8333548e Diff from another changeset...

 
97
98
99
100
101
102
103
 
97
98
99
 
100
101
102
@@ -97,7 +97,6 @@
  self.blk.linkScrollBar(self.sci.verticalScrollBar())   self.blk.setVisible(False)   - self.sci.setFrameStyle(0)   self.sci.setReadOnly(True)   self.sci.setUtf8(True)   self.sci.installEventFilter(qscilib.KeyPressInterceptor(self))