Skip to content

Commit a53a16a

Browse files
committed
Bugfix in locations script in ezk.git
1 parent 1cdfdab commit a53a16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

EasyKey.git/ezk-git-loca.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

33
oldmenudata=("${menudatamap[@]}")
4+
old_calculatedMenuWidth=$calculatedMenuWidth
5+
old_globalClmWidth=$globalClmWidth
46

57
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
68
source "$script_dir/../shellmenu.sh"
@@ -70,5 +72,7 @@ startMenu
7072

7173
source "$script_dir/../shellmenu.sh"
7274
menudatamap=("${oldmenudata[@]}")
75+
calculatedMenuWidth=$old_calculatedMenuWidth
76+
globalClmWidth=$old_globalClmWidth
7377

7478
noterminate

0 commit comments

Comments
 (0)