mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Add some early support for IMC groups.
This commit is contained in:
parent
d47d31b665
commit
df6eb3fdd2
15 changed files with 360 additions and 146 deletions
|
|
@ -639,11 +639,11 @@ public class ItemSwapTab : IDisposable, ITab
|
|||
ImGui.TextUnformatted(text);
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
_dirty |= Combos.Gender("##Gender", InputWidth, _currentGender, out _currentGender);
|
||||
_dirty |= Combos.Gender("##Gender", _currentGender, out _currentGender, InputWidth);
|
||||
if (drawRace == 1)
|
||||
{
|
||||
ImGui.SameLine();
|
||||
_dirty |= Combos.Race("##Race", InputWidth, _currentRace, out _currentRace);
|
||||
_dirty |= Combos.Race("##Race", _currentRace, out _currentRace, InputWidth);
|
||||
}
|
||||
else if (drawRace == 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue