• Miklos Vajna's avatar
    tdf#96637 svtools: fix missing highlight of selected entry in list box · 171ca32e
    Miklos Vajna yazdı
    Regression from 87199d38 (vcl:
    re-introduce idle handling., 2015-11-24), this probably worked
    previously as the idle repaint triggered SvImpLBox::Paint() multiple (at
    least two) times, so in the first run it could mark the first entry in
    the list box as selected/highlighted, and then the second run it could
    paint accordingly.
    
    Now it's called only once, so it's required that selecting the first
    entry happens before the actual painting.
    
    With this, the certificate selection dialog has the default signing
    certificate pre-selected again.
    
    Change-Id: I0546bf673f44f4270e36b9bbf02bb723f23d6160
    171ca32e
Adı
Son kayıt (commit)
Son güncelleme
..
DocumentInfoPreview.cxx Loading commit data...
contentenumeration.cxx Loading commit data...
contentenumeration.hxx Loading commit data...
fileview.cxx Loading commit data...
fileview.hrc Loading commit data...
fileview.hxx Loading commit data...
fileview.src Loading commit data...
foldertree.cxx Loading commit data...
imivctl.hxx Loading commit data...
imivctl1.cxx Loading commit data...
imivctl2.cxx Loading commit data...
ivctrl.cxx Loading commit data...
simptabl.cxx Loading commit data...
svcontnr.src Loading commit data...
svimpbox.cxx Loading commit data...
svlbitm.cxx Loading commit data...
svtabbx.cxx Loading commit data...
templwin.cxx Loading commit data...
templwin.hrc Loading commit data...
templwin.hxx Loading commit data...
templwin.src Loading commit data...
treelist.cxx Loading commit data...
treelistbox.cxx Loading commit data...
treelistentry.cxx Loading commit data...
viewdataentry.cxx Loading commit data...