We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 06da4e8 commit 676b37eCopy full SHA for 676b37e
python/console_sci.py
@@ -92,7 +92,7 @@ def __init__(self, parent=None):
92
# Use raw message to Scintilla here (all messages are documented
93
# here: http://www.scintilla.org/ScintillaDoc.html)
94
self.SendScintilla(QsciScintilla.SCI_SETHSCROLLBAR, 0)
95
- self.SendScintilla(QsciScintilla.SCI_SETVSCROLLBAR, 0)
+ self.SendScintilla(QsciScintilla.SCI_SETVSCROLLBAR, 1)
96
97
# not too small
98
#self.setMinimumSize(500, 300)
0 commit comments