Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Transcription widget: scrollbar flickers when typing #227

Closed jkloe closed 5 years ago

jkloe commented 5 years ago

All visible style ranges get recomputed when typing - this leads to flickering of the scrollbar and also too much computation s.t. the typing response time gets slow. TODO: recompute style range when typing only for the affected line.

see also #226