mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Show Stripable name in color-picker dialog.
This commit is contained in:
parent
0b966460a5
commit
d0fc7d37ab
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "stripable_colorpicker.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
@ -49,6 +52,7 @@ StripableColorDialog::popup (boost::shared_ptr<ARDOUR::Stripable> s)
|
|||
}
|
||||
|
||||
_stripable = s;
|
||||
set_title (string_compose (_("Color Selection: %1"), s->name()));
|
||||
|
||||
get_colorsel()->set_has_opacity_control (false);
|
||||
get_colorsel()->set_has_palette (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue