mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Allow to selectively use NSGLView Canvas
Various GdkEvents are not yet handled correctly, eg. unpacking a widget from its container does not unmap it, nor are remaining widgets in the contained re-positioned (size allocation does not change, nor does the mapping). This affects eg. Mixbus Strips
This commit is contained in:
parent
533a93daa6
commit
85b5741081
2 changed files with 8 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ public:
|
|||
GtkCanvas ();
|
||||
~GtkCanvas () { _in_dtor = true ; }
|
||||
|
||||
void use_nsglview ();
|
||||
|
||||
void request_redraw (Rect const &);
|
||||
void request_size (Duple);
|
||||
void grab (Item *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue