-
I am trying to implement a LogViewer.
There are App.log calls noting the size of the Widget before and after adding the new line. But they are always identical (increasing at some point between two calls of LogView.write). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
While i did not find the cause of this behaviour, or a solution within textual 0.1, this does work properly with the TextLog widget introduced in textual 0.2. |
Beta Was this translation helpful? Give feedback.
While i did not find the cause of this behaviour, or a solution within textual 0.1, this does work properly with the TextLog widget introduced in textual 0.2.