Skip to content

Commit ff89ff9

Browse files
committed
fix: typo in pevious added ArrowButton api
1 parent bd7f83a commit ff89ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PasImGui.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
Class Function Button(_label: AnsiString): Boolean; Overload; //overload for default size (0,0)
377377
Class Function SmallButton(_label: PAnsiChar): Boolean;
378378
{$IfDef INLINE} inline;{$EndIf}
379-
Class Function ImGui.ArrowButton(_label: PAnsiChar; _dir: ImGuiDir): Boolean;
379+
Class Function ArrowButton(_label: PAnsiChar; _dir: ImGuiDir): Boolean;
380380
{$IfDef INLINE} inline;{$EndIf}
381381
Class Function InvisibleButton(str_id: PAnsiChar; size: ImVec2;
382382
flags: ImGuiButtonFlags = ImGuiButtonFlags_None): Boolean;

0 commit comments

Comments
 (0)