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

[day15b] OS起動後にTaskBWindowが一瞬表示されすぐ消える #36

Open
ghost opened this issue Apr 18, 2022 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Apr 18, 2022

main.cppにてInitializeTaskBWindow()をした後、Activateしているが、この段階ではInitializeMouse()が実行されていない。(mouse_layer_は 0 )
layer.cppのActivate()の以下の行で
> manager_.UpDown(active_layer_, manager_.GetHeight(mouse_layer_) - 1);
第二引数にmouse_layer_を使用しているが、値がゼロのためTaskBWindowレイヤーの高さがマイナス値になってしまい、ウィンドウが非表示になっています。
解決策として、上記の一行をInitializeMouse();の下に移動すれば、TaskBWindowが消えなくなります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants