Skip to content

Commit 7b0f310

Browse files
committed
bump version, tweak README
1 parent eb90885 commit 7b0f310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Gtk4Makie"
22
uuid = "478199e7-b407-4926-87ea-7196203a28d8"
3-
version = "0.3.2"
3+
version = "0.3.3"
44

55
[deps]
66
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ push!(p[2],scatter(rand(10)))
6060
show(win)
6161
```
6262

63-
The `push!` function adds a Makie `Figure` to the widget. When modifying Makie plots in a callback, you **must** call `Gtk4.make_current` on the corresponding widget. See the "widgets.jl" example for a demonstration of how to use the widget.
63+
The `push!` function adds a Makie `Figure` to the widget. Before modifying Makie plots in a callback, you **must** call `Gtk4.make_current` on the corresponding widget to ensure that the right OpenGL context will be modified. See the "widgets.jl" example for a demonstration of how to use the widget.
6464

6565
### Bonus functionality
6666

0 commit comments

Comments
 (0)