From f793af3a4c5f5928e543865cfd08991375f3c3b1 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 8 Jan 2024 13:58:55 +0100 Subject: [PATCH] Moved splitters to layout section --- Useful-Extensions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index f520a6c..2abfd92 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -194,6 +194,10 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). # Layout +**Splitters** +
[issue #319](https://github.com/ocornut/imgui/issues/319) +
![](https://user-images.githubusercontent.com/8225057/97189595-0ff9bd80-17a5-11eb-871a-d423d1ecffb1.png) + **Stack Layout implementation**
https://github.com/ocornut/imgui/pull/846 @@ -381,10 +385,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). **ImZoomSlider**: Range/Zooming Slider (2020-20220
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) -**Splitters** -
[issue #319](https://github.com/ocornut/imgui/issues/319) -
![](https://user-images.githubusercontent.com/8225057/97189595-0ff9bd80-17a5-11eb-871a-d423d1ecffb1.png) - **Slider 2D and Slider 3D**
[issue #3484](https://github.com/ocornut/imgui/issues/3484)
![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png)