diff --git a/Prima/Grids.pm b/Prima/Grids.pm index a66e8a36..aa914b64 100644 --- a/Prima/Grids.pm +++ b/Prima/Grids.pm @@ -2106,6 +2106,7 @@ sub init $self-> {heights} = []; my %profile = $self-> SUPER::init(@_); $self-> cells($profile{cells}); + $self->focusedCell( $profile{focusedCell}); return %profile; }