mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
Merge 679a6c1511
into d719950f80
This commit is contained in:
commit
2f806f03af
@ -352,7 +352,7 @@ class CTkTextbox(CTkBaseClass):
|
||||
return self._textbox.insert(index, text, tags)
|
||||
|
||||
def get(self, index1, index2=None):
|
||||
return self._textbox.get(index1, index2)
|
||||
return self._textbox.get(index1, index2).replace('\n', '', -1)
|
||||
|
||||
def bbox(self, index):
|
||||
return self._textbox.bbox(index)
|
||||
|
Loading…
Reference in New Issue
Block a user