mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Use NSGLView for EditorSummary
This commit is contained in:
parent
60a0b8f645
commit
3294b82e25
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ EditorSummary::EditorSummary (Editor* e)
|
|||
_image (0),
|
||||
_background_dirty (true)
|
||||
{
|
||||
CairoWidget::use_nsglview ();
|
||||
add_events (Gdk::POINTER_MOTION_MASK|Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK|Gdk::ENTER_NOTIFY_MASK|Gdk::LEAVE_NOTIFY_MASK);
|
||||
set_flags (get_flags() | Gtk::CAN_FOCUS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue