mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-26 11:26:45 +09:00
Limit combobox item width, use multiple rows
This commit is contained in:
@@ -65,8 +65,7 @@ namespace gsr {
|
||||
if(!visible)
|
||||
return;
|
||||
|
||||
mgl_scissor scissor;
|
||||
mgl_window_get_scissor(window.internal_window(), &scissor);
|
||||
const mgl::Scissor scissor = window.get_scissor();
|
||||
|
||||
const mgl::vec2f draw_pos = position + offset;
|
||||
const mgl::vec2f mouse_pos = window.get_mouse_position().to_vec2f();
|
||||
|
||||
Reference in New Issue
Block a user