On 08/31/2012 12:14 PM, silverbear wrote:
I've also noticed that ctrl+A doesn't always select all. Barbara.
This is a Qt issue: for speed reasons, Qt only gradually fetches lines from the display as you request them. 'select all' (erroneously or by design) does not select all lines in the database, but all the lines that are currently showing. So to do a proper 'select all', you first need to scroll manually to the very bottom of the list.
Hope this helps, Peter -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
