File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ v0.9.4 (WIP):
2
+
3
+ nothing yet
4
+
1
5
v0.9.3 (2023-10-14):
2
6
3
7
CHANGE: Canvas: Use ImDrawCallback_ImCanvas macro as draw callback sentinel (#256), thanks @nspitko
@@ -6,7 +10,6 @@ v0.9.3 (2023-10-14):
6
10
7
11
BUGFIX: Editor: Don't call Reasume/Suspend on invisible canvas (#255)
8
12
9
-
10
13
v0.9.2 (2023-09-01):
11
14
12
15
NEW: Editor: Add offset of hover/select to style (thanks @MultiPain)
Original file line number Diff line number Diff line change 21
21
22
22
23
23
// ------------------------------------------------------------------------------
24
- # define IMGUI_NODE_EDITOR_VERSION " 0.9.3 "
25
- # define IMGUI_NODE_EDITOR_VERSION_NUM 000903
24
+ # define IMGUI_NODE_EDITOR_VERSION " 0.9.4 "
25
+ # define IMGUI_NODE_EDITOR_VERSION_NUM 000904
26
26
27
27
28
28
// ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments