Skip to content

Commit e116ab7

Browse files
committed
adapt to change in Makie
1 parent c72cdbd commit e116ab7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gtk4MakieCairoMakieExt = "CairoMakie"
2424
CairoMakie = "0.11, 0.12"
2525
Colors = "0.11, 0.12, 0.13"
2626
FileIO = "1.10"
27-
GLMakie = "0.10.7"
27+
GLMakie = "0.10.16"
2828
GeometryBasics = "0.4.11"
2929
Gtk4 = "0.7"
3030
Makie = "0.21"

src/screen.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ function _apply_config!(screen, config, start_renderloop)
113113

114114
# Set the config
115115
screen.config = config
116-
if !isnothing(screen.root_scene)
117-
resize!(screen, size(screen.root_scene)...)
116+
if !isnothing(screen.scene)
117+
resize!(screen, size(screen.scene)...)
118118
end
119119

120120
GLMakie.set_screen_visibility!(screen, config.visible)

0 commit comments

Comments
 (0)