2019-08-26 Fred Gleason <fredg@paravelsystems.com>

* Added a statement to explicitly disable sorting of the
	events list in the 'List Clocks' dialog in rdlogmanager(1).
This commit is contained in:
Fred Gleason 2019-08-28 13:22:00 -04:00
parent 0a9454cf91
commit bbd7cd61bb
2 changed files with 4 additions and 0 deletions

View File

@ -19024,3 +19024,6 @@
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'pypad_xmpad.py' PyPAD script that caused
an infinite loop.
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Added a statement to explicitly disable sorting of the
events list in the 'List Clocks' dialog in rdlogmanager(1).

View File

@ -100,6 +100,7 @@ EditClock::EditClock(QString clockname,bool new_clock,
edit_clocks_list->setGeometry(10,35,CENTER_LINE-20,sizeHint().height()-250);
edit_clocks_list->setAllColumnsShowFocus(true);
edit_clocks_list->setItemMargin(5);
edit_clocks_list->setSorting(-1);
edit_clocks_list->addColumn(tr("Start"));
edit_clocks_list->addColumn(tr("End"));
edit_clocks_list->addColumn(tr("Event"));