mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix bug preventing switching from Z_top to Z_normal on Windows
(Reported by Epihaius)
This commit is contained in:
parent
b1c7086cbc
commit
368390536b
@ -1272,7 +1272,7 @@ adjust_z_order(WindowProperties::ZOrder last_z_order,
|
|||||||
// have focus now, don't move it to the top; it will get moved
|
// have focus now, don't move it to the top; it will get moved
|
||||||
// the next time we get focus.
|
// the next time we get focus.
|
||||||
) {
|
) {
|
||||||
order = HWND_TOP;
|
order = HWND_NOTOPMOST;
|
||||||
do_change = true;
|
do_change = true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user