mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-12-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that caused duplicate line IDs to be used when pasting from the clipboard. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -81,7 +81,6 @@ class MainWidget : public RDMainWindow
|
||||
RDLogFilter *log_filter_widget;
|
||||
RDTableView *log_log_view;
|
||||
RDLogListModel *log_log_model;
|
||||
QList<RDLogLine> log_clipboard;
|
||||
QPushButton *log_add_button;
|
||||
QPushButton *log_edit_button;
|
||||
QPushButton *log_delete_button;
|
||||
|
||||
Reference in New Issue
Block a user