mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix small bug
This commit is contained in:
parent
7b38b1e5e7
commit
39d7a31ccf
@ -601,7 +601,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case WM_ENTERSIZEMOVE: {
|
case WM_ENTERSIZEMOVE: {
|
||||||
if(_dxgsg==NULL)
|
if(_dxgsg!=NULL)
|
||||||
_dxgsg->SetDXReady(true); // dont disable here because I want to see pic as I resize
|
_dxgsg->SetDXReady(true); // dont disable here because I want to see pic as I resize
|
||||||
_WindowAdjustingType = MovingOrResizing;
|
_WindowAdjustingType = MovingOrResizing;
|
||||||
}
|
}
|
||||||
@ -2491,7 +2491,7 @@ void wdxGraphicsWindow::handle_mouse_motion(int x, int y) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: handle_mouse_entry
|
// Function: handle_mouse_exit
|
||||||
// Access:
|
// Access:
|
||||||
// Description:
|
// Description:
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user