-
Notifications
You must be signed in to change notification settings - Fork 167
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
ツールバーの折り返しが機能しなくなる不具合を引き起こした変更をrevert #1314
Conversation
✅ Build sakura 1.0.2845 completed (commit c7c60d1966 by @beru) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
何が原因でツールバーの折り返しが機能しなくなったか調査しました?
WORD stateToSet = 0; こう初期化してしまっていたのが原因でした。 WORD stateToSet = state & ~(TBSTATE_ENABLED | TBSTATE_CHECKED); こうしないといけませんでした。 |
うーん、このPRで #1314 (comment) の対処を入れるのもいいかもしれないですね。 このPRを作成した時点ではとにかく急いでデグレを解消しようとしたんです。 |
ぱっと見でそこがよく分からんかったのです。 原因にたどり着いているなら、原因に対処すべきだと思うんです。 |
高速化の変更を保つ事より不具合修正を優先した方が良いと思ったので原因を調査せずに不具合を引き起こした変更を revert したPRにしました。 |
タイトル変えました |
根本原因を直しても、このまま revert するのでもいいと思います。 |
レビューありがとうございます。Mergeします。 #1314 (comment) の対応は別PRで行います。 |
これ、mergeすることに異論はありませんが、PRのタイトルおかしいような。
実態は |
ツールバーの折り返しが機能しないデグレの修正を revert
PR の目的
ツールバーの折り返しが機能しないデグレを直すのが目的です。
カテゴリ
テスト内容
#1313 の再現手順参照
関連 issue, PR
#1313, #456