2024-02-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlogmanager(1) that caused clock titles
	to fail to be centered in the pie wedge display in the
	'Edit Clock' dialog.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-02-06 16:48:39 -05:00
parent f76691bae2
commit c0a8e1e692
2 changed files with 5 additions and 1 deletions

View File

@ -24638,3 +24638,7 @@
2024-02-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that could cause the space bar
to fail to start the next main log event.
2024-02-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that caused clock titles
to fail to be centered in the pie wedge display in the
'Edit Clock' dialog.

View File

@ -602,7 +602,7 @@ void EditClock::UpdateClock(int line)
//
// Title
//
p->drawText((edit_clock_label->size().width()-
p->drawText((CLOCK_EDGE-
edit_title_metrics->width(edit_clocks_model->clockName()))/2,
50,edit_clocks_model->clockName());