Open crstffr opened 7 years ago
This fixes a bug in the scrollBytes method. The interval variable used was not locally declared, so when multiple pads are in use and simultaneously scrolling text - the first to complete stops all messages.
scrollBytes
interval
This fixes a bug in the
scrollBytes
method. Theinterval
variable used was not locally declared, so when multiple pads are in use and simultaneously scrolling text - the first to complete stops all messages.