ArdourButton: add flags to force boxy/flat style

Add flags ForceBoxy, ForceFlat for the rectab track header grid
This commit is contained in:
Ben Loftis 2021-02-13 10:03:26 -06:00 committed by Robin Gareus
parent 6939470f81
commit 6f28d71729
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 8 additions and 3 deletions

View file

@ -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; }