소스 검색

Update line length before doing tests.

Steve Thielemann 2 년 전
부모
커밋
a1690660ab
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      door/panel.go

+ 2 - 0
door/panel.go

@@ -54,6 +54,8 @@ func (p *Panel) Output() string {
 
 	for _, line := range p.Lines {
 		output += Goto(p.X, row)
+		line.LineLength(&line.Text)
+
 		var joined bool = false
 
 		if style > 0 {