[~] str(text)
This commit is contained in:
parent
311fcf3595
commit
782e736811
@ -66,7 +66,7 @@ class CTkMessageBox(ctk.CTkToplevel):
|
|||||||
self._running: bool = False
|
self._running: bool = False
|
||||||
self._header = header
|
self._header = header
|
||||||
self._mode = mode
|
self._mode = mode
|
||||||
self._text = text
|
self._text = str(text)
|
||||||
self._timeout = timeout
|
self._timeout = timeout
|
||||||
self._font = font or ("Arial", 12)
|
self._font = font or ("Arial", 12)
|
||||||
self._input = None
|
self._input = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user