mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Plugin selector keyboard focus should now stay in the plugin list. More
sensible defaults for the NSD and accelerators will work in plugin windows (plus keyboard will not affect the plugin window itself). git-svn-id: svn://localhost/ardour2/trunk@783 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
77a13df5bd
commit
00bf20c236
6 changed files with 80 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ namespace Gtk {
|
|||
class Editor;
|
||||
class TimeAxisViewItem;
|
||||
class TimeAxisView;
|
||||
class PluginUIWindow;
|
||||
class PluginSelector;
|
||||
class PlaylistSelector;
|
||||
class XMLNode;
|
||||
|
|
@ -171,6 +172,8 @@ class PublicEditor : public Gtk::Window, public Stateful {
|
|||
virtual bool canvas_markerview_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
|
||||
|
||||
static PublicEditor* _instance;
|
||||
|
||||
friend class PluginUIWindow;
|
||||
};
|
||||
|
||||
#endif // __gtk_ardour_public_editor_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue