Skip to content

Commit 2cb9bd3

Browse files
authored
Fix resize during startup (#437)
2 parents 6ea709a + 2f7ebaa commit 2cb9bd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

padd.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,9 @@ main(){
18871887

18881888
StartupRoutine ${padd_size}
18891889

1890+
# Run SizeChecker again to account for resizing during startup
1891+
SizeChecker
1892+
18901893
# Run PADD
18911894
NormalPADD
18921895
}

0 commit comments

Comments
 (0)