Skip to content

Commit

Permalink
disable the properties not mean to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 12, 2024
1 parent 9d0d3a5 commit 37df8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prima/DetailedList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sub init
$self-> {header} = bless {
maxWidth => 0,
}, q\Prima::DetailList::DummyHeader\;
$self-> {$_} = 0 for qw( mainColumn);
$self-> {$_} = 0 for qw( mainColumn multiColumn vertical);
%profile = $self-> SUPER::init( %profile);

my $hh = $self-> {headerInitHeight};
Expand Down

0 comments on commit 37df8cb

Please sign in to comment.