1
0
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:
Emil Ernerfeldt
2022-04-30 15:42:18 +02:00
parent e1bcaeebe5
commit da2ce58127
2 changed files with 1 additions and 13 deletions

View File

@@ -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()
};