mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Consistent Color Selection Dialog (incl RouteGroups)
This commit is contained in:
parent
dd7063277a
commit
02080a434f
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@
|
|||
#include <gtkmm/dialog.h>
|
||||
#include <gtkmm/entry.h>
|
||||
#include <gtkmm/checkbutton.h>
|
||||
#include <gtkmm/colorbutton.h>
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
#include "stripable_colorpicker.h"
|
||||
|
||||
class RouteGroupDialog : public ArdourDialog
|
||||
{
|
||||
|
|
@ -51,7 +51,7 @@ private:
|
|||
Gtk::CheckButton _route_active;
|
||||
Gtk::CheckButton _share_color;
|
||||
Gtk::CheckButton _share_monitoring;
|
||||
Gtk::ColorButton _color;
|
||||
ArdourColorButton _color;
|
||||
|
||||
void gain_toggled ();
|
||||
void update ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue