mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
[P4/git history rebuild] change line widths. THIS COMMIT IS WRONG. It is included here to ensure maximal fidelity the initial p4 condition
This commit is contained in:
parent
33f06cc498
commit
101f356e40
1 changed files with 2 additions and 2 deletions
|
|
@ -325,8 +325,8 @@ WaveView::draw_image (PeakData* _peaks, int n_peaks) const
|
|||
|
||||
/* ensure single-pixel lines */
|
||||
|
||||
context->set_line_width (0.5);
|
||||
context->translate (0.5, 0.0);
|
||||
context->set_line_width (1.1); //VK: 0.5);
|
||||
context->translate (1.1, 0.0); //VK: (0.5, 0.0);
|
||||
|
||||
/* draw the lines */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue