mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
inspector: no longer holds surface pointer
This commit is contained in:
@@ -1061,7 +1061,7 @@ pub const Inspector = struct {
|
||||
render: {
|
||||
const surface = &self.surface.core_surface;
|
||||
const inspector = surface.inspector orelse break :render;
|
||||
inspector.render();
|
||||
inspector.render(surface);
|
||||
}
|
||||
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user