🟢 [L5] 设置弹窗坐标未加 area 偏移 #31

Closed
opened 2026-06-03 13:54:29 +08:00 by dailz · 0 comments
Owner

文件: tui/ui.rs:131-135
分类: 渲染

问题: 弹窗坐标计算没有加 area.x/area.y 偏移,在非零原点的区域中位置偏移。

建议修复: popup_x + area.x, popup_y + area.y

**文件**: `tui/ui.rs:131-135` **分类**: 渲染 **问题**: 弹窗坐标计算没有加 `area.x`/`area.y` 偏移,在非零原点的区域中位置偏移。 **建议修复**: `popup_x + area.x`, `popup_y + area.y`。
dailz added the area/tuiseverity/lowbug labels 2026-06-03 13:54:29 +08:00
dailz closed this issue 2026-06-11 16:49:47 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dailz/logViewer#31