1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Fix dragging of custom_window_frame example on Windows (#4656)

* Related #4592 
* Closes #4647 

Fix dragging of custom_window_frame on Windows (re-edited)
This commit is contained in:
rustbasic
2024-06-19 23:19:41 +09:00
committed by GitHub
parent 52a8e11764
commit d9c5fb04ae
5 changed files with 5 additions and 27 deletions

View File

@@ -85,7 +85,6 @@ impl EguiGlow {
&mut self.viewport_info,
commands,
window,
true,
&mut actions_requested,
);
for action in actions_requested {