Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

位置情報マーカー周りの修正 ほか #105

Merged
merged 4 commits into from
Nov 24, 2023

Conversation

TetsuOtter
Copy link
Owner

InfoRowの直後の行では、位置情報マーカーが色マーカーの後ろに回ってしまう場合があるらしいことを報告頂いた。
発生条件が不明で、手元でも再現しなかったものの、念のためZIndexを 1 に設定した。

ほか、

  • 時刻表画面で「行路施行日」の「日」だけ表示できない場合がある不具合にも対応した
  • 列車を変更した際はマーカーを一旦閉じるようにした
  • 現在位置マーカーはRowView挿入前に挿入するようにした (RowView挿入完了前に運転開始される可能性があるため)

InfoRowの下だとBGBoxの裏に隠れる場合があるらしいため
手元では再現しなかったけど、念のため
ついでに、なぜかCurrentLocatioBoxViewにColumnSpanを設定していたミスを修正
@TetsuOtter TetsuOtter added bug Something isn't working D-TAC labels Nov 24, 2023
@TetsuOtter TetsuOtter self-assigned this Nov 24, 2023
@TetsuOtter TetsuOtter linked an issue Nov 24, 2023 that may be closed by this pull request
Copy link

Tag v0.0.105-1 was automatically created and pushed with ... https://github.com/TetsuOtter/TRViS/actions/runs/6978476921 (Publish Status iOS: success / macOS: success)

@TetsuOtter TetsuOtter merged commit 6c7e621 into main Nov 24, 2023
9 checks passed
@TetsuOtter TetsuOtter deleted the 93-fix-location-marker-layer branch November 24, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working D-TAC
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

位置表示がマーカーの後ろに隠れる場合がある
1 participant