From 00e1f341d4706ef924912dcc68f27b7834b9b993 Mon Sep 17 00:00:00 2001 From: Dmitry Karasik Date: Sun, 17 Nov 2024 21:16:33 +0100 Subject: [PATCH] respect focusedCell in the profile --- Prima/Grids.pm | 1 + 1 file changed, 1 insertion(+) 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; }