diff options
| author | Alex Noir <Varsash@gmail.com> | 2022-02-19 00:40:26 +0300 |
|---|---|---|
| committer | Alex Noir <Varsash@gmail.com> | 2022-02-19 00:40:26 +0300 |
| commit | 798617fc226cc1677e478682a06986484d71a921 (patch) | |
| tree | d1967a81953a5528c2571f03057e86bcba6358e0 /include/courtroom.h | |
| parent | dd53b01ffde959e808e7974cdc302f12e0ba5820 (diff) | |
Polish up the evidence system so it's a single-click editing
Fix evidence editing regressions caused by #587
Fix issues with "ok" button detecting itself as "changes from the server"
Fix "ok" button remaining after you press it once, allowing you to spam evidence update packets by spamclicking it
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 8a41b605..91ee9e4f 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -757,7 +757,6 @@ private: AOButton *ui_evidence_transfer; AOButton *ui_evidence_save; AOButton *ui_evidence_load; - AOButton *ui_evidence_edit; QPlainTextEdit *ui_evidence_description; @@ -888,7 +887,6 @@ private slots: void on_evidence_image_button_clicked(); void on_evidence_clicked(int p_id); void on_evidence_double_clicked(int p_id); - void on_evidence_edit_clicked(); void on_evidence_hover(int p_id, bool p_state); |
