Comment about GetSelection() being context-aware. #2873

This commit is contained in:
Alessandro Ranellucci 2015-06-01 14:32:31 +02:00
parent 5b82f09308
commit d549393a84

View file

@ -471,6 +471,7 @@ sub update_presets {
sub filament_presets {
my $self = shift;
# force scalar context for GetSelection() as it's context-aware
return map scalar($_->GetSelection), @{ $self->{preset_choosers}{filament} };
}