13
0

restore path as tooltip for rows in the region list

git-svn-id: svn://localhost/ardour2/branches/3.0@10590 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-14 18:53:12 +00:00
parent 1ed44bf2ba
commit cddf3bf1e0

View File

@ -103,7 +103,7 @@ EditorRegions::EditorRegions (Editor* e)
//_display.set_grid_lines (TREE_VIEW_GRID_LINES_BOTH);
/* show path as the row tooltip */
_display.set_tooltip_column (15); /* path */
_display.set_tooltip_column (14); /* path */
CellRendererText* region_name_cell = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (0));
region_name_cell->property_editable() = true;