• Michael Stahl's avatar
    fdo#59928: sw: fix mouse selection of fields: · afab7f25
    Michael Stahl yazdı
    SwEditWin::MouseButtonDown: the selection of fields was messed up by a
    call to rSh.SetCursor near the bottom of the method. This used to be
    fixed up by SwEditWin::MouseButtonUp previously, but that was broken
    with commit dcb08034.
    
    To fix that move the field selection code to a place where it prevents
    the other code from running, in the hope that it is not necessary.
    
    Also it does not make any sense to select whole words when clicking on a
    field, just selecting the field seems much better.
    
    Change-Id: I8d604450789844b6a446cf3a35f62ed530d0328e
    (cherry picked from commit 94721b2a)
    Reviewed-on: https://gerrit.libreoffice.org/1925Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
    Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
    afab7f25
Adı
Son kayıt (commit)
Son güncelleme
..
app Loading commit data...
cctrl Loading commit data...
chrdlg Loading commit data...
config Loading commit data...
dbui Loading commit data...
dialog Loading commit data...
dochdl Loading commit data...
docvw Loading commit data...
envelp Loading commit data...
fldui Loading commit data...
fmtui Loading commit data...
frmdlg Loading commit data...
globdoc Loading commit data...
inc Loading commit data...
index Loading commit data...
lingu Loading commit data...
misc Loading commit data...
ribbar Loading commit data...
shells Loading commit data...
smartmenu Loading commit data...
table Loading commit data...
uiview Loading commit data...
uno Loading commit data...
utlui Loading commit data...
vba Loading commit data...
web Loading commit data...
wrtsh Loading commit data...