mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
missing part of ColorVariable commit
This commit is contained in:
parent
50fea864db
commit
9d4327efbf
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class ThemeManager : public ArdourWindow
|
||||||
|
|
||||||
Gtk::TreeModelColumn<std::string> name;
|
Gtk::TreeModelColumn<std::string> name;
|
||||||
Gtk::TreeModelColumn<Gdk::Color> gdkcolor;
|
Gtk::TreeModelColumn<Gdk::Color> gdkcolor;
|
||||||
Gtk::TreeModelColumn<UIConfigVariable<uint32_t> *> pVar;
|
Gtk::TreeModelColumn<ColorVariable<uint32_t> *> pVar;
|
||||||
Gtk::TreeModelColumn<uint32_t> rgba;
|
Gtk::TreeModelColumn<uint32_t> rgba;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue