mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its size; remove debug message
This commit is contained in:
parent
c5152cfdb3
commit
e81e6841ff
3 changed files with 11 additions and 10 deletions
|
|
@ -761,8 +761,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
/* a rect that sits at the bottom of all tracks to act as a drag-no-drop/clickable
|
||||
* target area.
|
||||
*/
|
||||
ArdourCanvas::Rectangle* _canvas_bottom_rect;
|
||||
bool canvas_bottom_rect_event (GdkEvent* event);
|
||||
ArdourCanvas::Rectangle* _canvas_drop_zone;
|
||||
bool canvas_drop_zone_event (GdkEvent* event);
|
||||
|
||||
enum RulerType {
|
||||
ruler_metric_timecode = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue