mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
more debug...
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3610 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1ba9658885
commit
56efbf54b4
2 changed files with 2 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
|
|||
mark->property_outline_color_rgba() = rgba;
|
||||
mark->property_width_pixels() = 1;
|
||||
Pango::FontDescription* font = get_font_for_style (N_("MarkerText"));
|
||||
cerr << " font->get_size() = " << font->get_size() << " family = " << font->get_family() << endl;
|
||||
cerr << " font->get_size() = " << font->get_size() << " is_absolute = " << pango_font_description_get_size_is_absolute(font->gobj()) << " to_string = " << font->to_string() << endl;
|
||||
text = new Text (*group);
|
||||
text->property_font_desc() = *font;
|
||||
text->property_text() = annotation.c_str();
|
||||
|
|
|
|||
|
|
@ -558,6 +558,7 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
|
|||
Glib::RefPtr<Gdk::Pixbuf>
|
||||
get_xpm (std::string name)
|
||||
{
|
||||
cerr << "xpm path = " << ARDOUR::find_data_file(name, "pixmaps") << endl;//DEBUG
|
||||
if (!xpm_map[name]) {
|
||||
xpm_map[name] = Gdk::Pixbuf::create_from_file (ARDOUR::find_data_file(name, "pixmaps"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue