mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
This commit is contained in:
parent
5a6b8e00db
commit
ccce47c6a2
3 changed files with 197 additions and 165 deletions
|
|
@ -56,6 +56,7 @@ Other Changes:
|
|||
This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899)
|
||||
- Style: Tweaked default value of style.DisplayWindowPadding from (20,20) to (19,19) so the default style as a value
|
||||
which is the same as the title bar height.
|
||||
- Demo: "Simple Layout" and "Style Editor" are now using tabs.
|
||||
- Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp file
|
||||
to ease integration.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue