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:
@@ -85,7 +85,6 @@ impl EguiGlow {
|
||||
&mut self.viewport_info,
|
||||
commands,
|
||||
window,
|
||||
true,
|
||||
&mut actions_requested,
|
||||
);
|
||||
for action in actions_requested {
|
||||
|
||||
Reference in New Issue
Block a user