feat: 오버레이 위치 초기화와 창 배치 결함 수정 - #131
Merged
Merged
Conversation
overlay_bounds_are_logical은 serde(default) = false라 구버전 store는 physical px를 담고 있다. 창이 없을 때 도는 초기화 폴백 경로에만 convert_physical_bounds_to_logical 환산이 빠져 있어, HiDPI에서 겹침 판정이 scale배로 부풀어 엉뚱한 모니터를 고르고 defer_overlay_bounds가 마커를 true로 굳혀 이후 환산 기회가 영영 사라졌다. - overlay_reset_fallback_rect가 마커와 MonitorData를 받아 환산 수행 - 환산 실패 시 physical 값을 logical로 오인하는 대신 기본 크기로 폴백 - 창도 모니터 정보도 없으면 임의 좌표로 덮어쓰지 않고 실패 반환 - 레거시 환산·환산 불가 회귀 테스트 추가 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
오버레이가 화면 밖으로 나가면 되돌릴 수단이 없던 문제 해소. 모서리 맞추기가 화면 끝에 닿지 않던 문제와 리사이즈 재시도 차단 동반 수정
변경 내용
검증
npx tsc --noEmit/npm run lint오류 0, 경고는 base와 동일 /npm run format:check리뷰 포인트