• Michael Stahl's avatar
    fdo#59928: sw: fix mouse selection of fields differently · a4a45710
    Michael Stahl yazdı
    Unfortunately selecting the field in SwEditWin::MouseButtonDown()
    prevents the click field handling code in SwEditWin::MouseButtonUp()
    from running.  Instead select the field in MouseButtonUp and
    SwWrtShell::ClickToField(), which seems to work better.
    (regression from 94721b2a)
    
    Change-Id: I3d769487b9d5225ffd07b384fbb0ce01e0733be5
    a4a45710
wrtsh2.cxx 15.1 KB