mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +01:00
Update ItemSearchWindow.cs
This commit is contained in:
parent
939e9c11af
commit
dced804d28
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ namespace Dalamud.Interface
|
||||||
{
|
{
|
||||||
if (ImGui.Selectable(this.searchTask.Result[i].Name, this.selectedItemIndex == i, ImGuiSelectableFlags.AllowDoubleClick))
|
if (ImGui.Selectable(this.searchTask.Result[i].Name, this.selectedItemIndex == i, ImGuiSelectableFlags.AllowDoubleClick))
|
||||||
{
|
{
|
||||||
|
|
||||||
this.selectedItemIndex = i;
|
this.selectedItemIndex = i;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue