mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02: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:
parent
f76691bae2
commit
c0a8e1e692
@ -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.
|
||||
|
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user