mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
+ ArrowButtonEx() internal bits.
This commit is contained in:
parent
7a22767483
commit
2eda3585e7
3 changed files with 3 additions and 3 deletions
|
|
@ -720,7 +720,7 @@ bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiBu
|
|||
bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir)
|
||||
{
|
||||
float sz = GetFrameHeight();
|
||||
return ArrowButtonEx(str_id, dir, ImVec2(sz, sz), 0);
|
||||
return ArrowButtonEx(str_id, dir, ImVec2(sz, sz), ImGuiButtonFlags_None);
|
||||
}
|
||||
|
||||
// Button to close a window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue