mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
egui_demo_app: don't do a transparent native window
It doesn't work great on Mac
This commit is contained in:
@@ -8,8 +8,6 @@ fn main() {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let options = eframe::NativeOptions {
|
||||
// Let's show off that we support transparent windows
|
||||
transparent: true,
|
||||
drag_and_drop_support: true,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user