mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add support to set color transparency from Lua
This commit is contained in:
parent
d09a972b73
commit
7fa17f50da
3 changed files with 10 additions and 1 deletions
|
|
@ -824,6 +824,13 @@ UIConfiguration::set_modifier (string const & name, SVAModifier svam)
|
|||
ColorsChanged (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
UIConfiguration::set_modifier (string const & name, string const & mod_str)
|
||||
{
|
||||
SVAModifier svam (mod_str);
|
||||
set_modifier (name, svam);
|
||||
}
|
||||
|
||||
void
|
||||
UIConfiguration::load_rc_file (bool themechange, bool allow_own)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue