Home GnuPG

Fix glitches in certificate list

Description

Fix glitches in certificate list

When opening the sign/encrypt or decrypt/verify dialog, the certificate list in the main window stops scrolling correctly;
the scrollbar continues moving, but the table's content does not move accordingly. (This seems to be specific to linux or even wayland)

This is caused by {DecryptVerfyFilesDialog, SignEncryptFilesWizard}::readConfig calling QWidget::winId, which can cause unexpected behavior and is unnecessary, since we can resize the window in a much simpler way.

(cherry picked from commit 58b5d8fa78689746937ec561189c3f45388266b0)

Details

Provenance
TobiasFellaAuthored on Jul 8 2024, 2:58 PM
ikloeckerCommitted on Aug 7 2024, 4:41 PM
Parents
rKLEOPATRAdf5845fa8d09: Improve behavior of imported certificates tab
Branches
Unknown
Tags
Unknown