ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.8k stars 298 forks source link

ImageButton lacking frame_padding overload #437

Open krulci opened 8 months ago

krulci commented 8 months ago

I can't seem to find the overload frame_padding as described in this thread: https://github.com/ocornut/imgui/issues/1254#issuecomment-318958196 I am essentially trying to put an image in a cell of a table and make it selectable. As it seems like you can only put string in selectable so I am looking at ImageButton. But ImageButton come with default padding which I would like to remove