rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its size; remove debug message

This commit is contained in:
Paul Davis 2014-06-09 09:09:21 -04:00
parent c5152cfdb3
commit e81e6841ff
3 changed files with 11 additions and 10 deletions

View file

@ -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,