mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-22 00:21:49 +01:00
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:
@@ -24638,3 +24638,7 @@
|
|||||||
2024-02-06 Fred Gleason <fredg@paravelsystems.com>
|
2024-02-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in rdairplay(1) that could cause the space bar
|
* Fixed a regression in rdairplay(1) that could cause the space bar
|
||||||
to fail to start the next main log event.
|
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.
|
||||||
|
|||||||
@@ -602,7 +602,7 @@ void EditClock::UpdateClock(int line)
|
|||||||
//
|
//
|
||||||
// Title
|
// Title
|
||||||
//
|
//
|
||||||
p->drawText((edit_clock_label->size().width()-
|
p->drawText((CLOCK_EDGE-
|
||||||
edit_title_metrics->width(edit_clocks_model->clockName()))/2,
|
edit_title_metrics->width(edit_clocks_model->clockName()))/2,
|
||||||
50,edit_clocks_model->clockName());
|
50,edit_clocks_model->clockName());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user