mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
ArdourButton: add flags to force boxy/flat style
Add flags ForceBoxy, ForceFlat for the rectab track header grid
This commit is contained in:
parent
6939470f81
commit
6f28d71729
2 changed files with 8 additions and 3 deletions
|
|
@ -65,6 +65,8 @@ class LIBWIDGETS_API ArdourButton : public CairoWidget , public Gtkmm2ext::Activ
|
|||
TrackHeader = 0x2,
|
||||
OccasionalText = 0x4,
|
||||
OccasionalLED = 0x8,
|
||||
ForceBoxy = 0x10,
|
||||
ForceFlat = 0x20,
|
||||
};
|
||||
|
||||
Tweaks tweaks() const { return _tweaks; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue