mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.
Fixes #4364. I havn't fully tested every single dialog and window (heck, I don't even know how to get at half of them), and there may be some packing niggles, but this is the bulk of the work. The Gnome 3 kiddies can close their dialogs now, anyway :) git-svn-id: svn://localhost/ardour2/branches/3.0@10699 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a9fb657a47
commit
05283a6339
36 changed files with 120 additions and 104 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "ardour/region.h"
|
||||
#include "ardour/playlist.h"
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
#include "ardour_window.h"
|
||||
#include "audio_clock.h"
|
||||
|
||||
class PublicEditor;
|
||||
|
|
@ -18,7 +18,7 @@ namespace ARDOUR {
|
|||
class Session;
|
||||
}
|
||||
|
||||
class RegionLayeringOrderEditor : public ArdourDialog
|
||||
class RegionLayeringOrderEditor : public ArdourWindow
|
||||
{
|
||||
public:
|
||||
RegionLayeringOrderEditor (PublicEditor&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue