File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -327,19 +327,6 @@ void SignVerifyMessageDialog::updateThemeColors()
327
327
// Update status labels
328
328
updateStatusLabelColor (ui->statusLabel_SM );
329
329
updateStatusLabelColor (ui->statusLabel_VM );
330
-
331
- // Re-trigger validation on all input fields to update their styling
332
- // including background and text color
333
- // Use setText to trigger validation
334
- if (ui->addressIn_SM ) {
335
- ui->addressIn_SM ->setText (ui->addressIn_SM ->text ());
336
- }
337
- if (ui->addressIn_VM ) {
338
- ui->addressIn_VM ->setText (ui->addressIn_VM ->text ());
339
- }
340
- if (ui->signatureIn_VM ) {
341
- ui->signatureIn_VM ->setText (ui->signatureIn_VM ->text ());
342
- }
343
330
}
344
331
345
332
void SignVerifyMessageDialog::updateStatusLabelColor (QLabel* label)
You can’t perform that action at this time.
0 commit comments