mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[pyqgis-console] fix byte conversion
This commit is contained in:
parent
1c1febc0d6
commit
bc71fae005
@ -572,7 +572,7 @@ class PythonConsoleWidget(QWidget):
|
||||
objName = itemName[0:charPos]
|
||||
else:
|
||||
objName = itemName
|
||||
tabEditor.goToLine(objName, linenr)
|
||||
tabEditor.goToLine(str.encode(objName), linenr)
|
||||
|
||||
def toggleEditor(self, checked):
|
||||
self.splitterObj.show() if checked else self.splitterObj.hide()
|
||||
|
Loading…
x
Reference in New Issue
Block a user