607011 / Qt-SESAM

c't SESAM Password Manager (Qt version)
http://607011.github.io/Qt-SESAM/
GNU General Public License v3.0
77 stars 29 forks source link

No password displayed after sync #91

Closed pinae closed 8 years ago

pinae commented 9 years ago

After syncing settings with a server no password gets displayed. This especially occurs after starting QtSESAM if sync on start is activated. If the field is empty you can not copy the password to the clipboard.

There is a workaround: select another domain and the desired domain again.

qtsesam_nopassword

Wikinaut commented 9 years ago

same problem here with b927b356501c3b95e34029515060b6de0a2fdeb0

607011 commented 8 years ago

Reproducible with "sync to server", "sync to file", or both enabled.

607011 commented 8 years ago

Happens only directly after start, i.e. when no domain has been selected yet from the combo box.

607011 commented 8 years ago

Resolved with commit e01e12cfc50e5cc31c9eb4d8f5fdc3665b9df6e7.

Solution as a reminder: QWidget::setEnabled(true) will have no effect if a parent widget is disabled.