mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-28 04:13:19 +09:00
Fix mouse events received for scrollablepage child widgets when mouse is outside scrollablepage area
This commit is contained in:
@@ -106,7 +106,7 @@ namespace gsr {
|
||||
mgl_window_get_scissor(window.internal_window(), &prev_scissor);
|
||||
|
||||
const mgl::vec2f inner_size = get_inner_size();
|
||||
mgl_scissor new_scissor = {
|
||||
const mgl_scissor new_scissor = {
|
||||
mgl_vec2i{(int)position.x, (int)position.y},
|
||||
mgl_vec2i{(int)inner_size.x, (int)inner_size.y}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user