You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/apps
poire-z b3efd5a333 ReaderDictionary:dismissLookupInfo(): avoid forceRePaint()
Avoid forceRePaint() (and showing the full page without any
widget) between closing the "Looking up..." info message and
displaying the Dictionary result window, as it's not really
needed (I must have added it for symmetry with
ReaderDictionary:showLookupInfo() where it is needed.)
This avoids some occasional refresh competition glitches.

Also trim spaces at start or end of selection (can't hurt),
and replaced ugly string.gsub(text) with text:gsub().
6 years ago
..
cloudstorage Fix for FTP folder being saved to an unused setting. (#4274) 6 years ago
filemanager decouple UI from core document code 6 years ago
opdscatalog UIManager: avoid painting widgets covered by a full screen widget (#3770) 6 years ago
reader ReaderDictionary:dismissLookupInfo(): avoid forceRePaint() 6 years ago