mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch
git-svn-id: svn://localhost/ardour2/trunk@1617 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c89eaf0297
commit
c69ef10067
18 changed files with 177 additions and 77 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <gtkmm2ext/utils.h>
|
||||
#include <gtkmm2ext/stop_signal.h>
|
||||
#include <gtkmm2ext/window_title.h>
|
||||
|
||||
#include <ardour/utils.h>
|
||||
#include <ardour/configuration.h>
|
||||
|
|
@ -566,13 +567,16 @@ LocationEditRow::flags_changed (ARDOUR::Location *loc, void *src)
|
|||
}
|
||||
|
||||
LocationUI::LocationUI ()
|
||||
: ArdourDialog ("location dialog"),
|
||||
: ArdourDialog ("locations dialog"),
|
||||
add_location_button (_("Add New Location")),
|
||||
add_range_button (_("Add New Range"))
|
||||
{
|
||||
i_am_the_modifier = 0;
|
||||
|
||||
WindowTitle title(Glib::get_application_name());
|
||||
title += _("Locations");
|
||||
|
||||
set_title(_("ardour: locations"));
|
||||
set_title(title.get_string());
|
||||
set_wmclass(X_("ardour_locations"), "Ardour");
|
||||
|
||||
set_name ("LocationWindow");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue