Actions
Anomalie #309
closedThumbnails are not updated in PagesDialog
Description
Sometimes thumbnails are not updated in PagesDialog.
Actions
Added by kervala over 13 years ago. Updated about 13 years ago.
Description
Sometimes thumbnails are not updated in PagesDialog.
Applied in changeset commit:99098c4c8a48.
In fact, the bug wasn't fixed. It occurs when mView is not the last updated TextView so updateView() update a obsolete one.
The best fix I found is to send a message to handler, find the right View at the position and updateView for this view.