mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[dbmanager] re-enable line number again (followup 5e36de7 and d9f934f)
This commit is contained in:
parent
f6710b0528
commit
a6954b2771
@ -70,6 +70,7 @@ class DlgSqlWindow(QWidget, Ui_Dialog):
|
|||||||
|
|
||||||
self.editSql.setFocus()
|
self.editSql.setFocus()
|
||||||
self.editSql.setVerticalScrollBarPolicy(Qt.ScrollBarAsNeeded)
|
self.editSql.setVerticalScrollBarPolicy(Qt.ScrollBarAsNeeded)
|
||||||
|
self.editSql.setMarginVisible(True)
|
||||||
self.initCompleter()
|
self.initCompleter()
|
||||||
|
|
||||||
# allow copying results
|
# allow copying results
|
||||||
|
@ -177,3 +177,6 @@ class SqlEdit(QsciScintilla):
|
|||||||
|
|
||||||
def lexer(self):
|
def lexer(self):
|
||||||
return self.mylexer
|
return self.mylexer
|
||||||
|
|
||||||
|
def setMarginVisible(self, visible):
|
||||||
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user