Skip to content
Snippets Groups Projects
Commit e74d5a2f authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Hopefully fixed a bug that didn't show up on my system.

parent 8b036e79
No related branches found
No related tags found
No related merge requests found
......@@ -564,7 +564,7 @@ sub create_graphics
# Populate the panel.
foreach my $source (values %all) {
foreach my $tag (keys %{ $source }) {
if (defined $do_descr) {
if (defined $do_descr && $do_descr == 1) {
$panel->add_track($source->{$tag},
-key => $tag,
-description => sub { $_[0]->source_tag },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment