mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
tempo bar and BBT ruler in MIDI cue editor
This commit is contained in:
parent
a523551228
commit
10244c0360
5 changed files with 36 additions and 13 deletions
|
|
@ -533,7 +533,6 @@ GtkCanvas::re_enter ()
|
|||
DEBUG_TRACE (PBD::DEBUG::CanvasEnterLeave, "re-enter canvas by request\n");
|
||||
_current_item = 0;
|
||||
pick_current_item (0);
|
||||
PBD::stacktrace (std::cerr, 20);
|
||||
}
|
||||
|
||||
/** Construct a GtkCanvas */
|
||||
|
|
|
|||
|
|
@ -111,6 +111,8 @@ Ruler::set_second_font_description (Pango::FontDescription fd)
|
|||
void
|
||||
Ruler::render (Rect const & area, Cairo::RefPtr<Cairo::Context> cr) const
|
||||
{
|
||||
std::cerr << whoami() << " ruler render " << _lower << " .. " << _upper << "\n";
|
||||
|
||||
if (_lower == _upper) {
|
||||
/* nothing to draw */
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue