mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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))
|
||||
{
|
||||
|
||||
this.selectedItemIndex = i;
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue