Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 7e60ad1

Browse files
fix menu bar code
1 parent ab5ca0e commit 7e60ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl eframe::App for PlistOxide {
284284
let save_shortcut = egui::KeyboardShortcut::new(egui::Modifiers::COMMAND, egui::Key::S);
285285

286286
#[cfg(not(target_os = "macos"))]
287-
egui::TopBottomPanel::top("menu_bar").show(ui.ctx(), |ui| {
287+
egui::Panel::top("menu_bar").show_inside(ui, |ui| {
288288
ui.set_min_height(25.0);
289289

290290
ui.centered_and_justified(|ui| {

0 commit comments

Comments
 (0)