mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix right click somehow opening the Add Mod Popup a frame after opening the right popup.
This commit is contained in:
parent
ba23de2345
commit
474be46bfc
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ namespace Penumbra.UI
|
|||
|
||||
private const string LabelSelectorList = "##availableModList";
|
||||
private const string LabelModFilter = "##ModFilter";
|
||||
private const string LabelAddModPopup = "AddMod";
|
||||
private const string LabelAddModPopup = "AddModPopup";
|
||||
private const string LabelModHelpPopup = "Help##Selector";
|
||||
|
||||
private const string TooltipModFilter =
|
||||
|
|
@ -138,7 +138,7 @@ namespace Penumbra.UI
|
|||
|
||||
private void DrawModAddButton()
|
||||
{
|
||||
if( ImGui.BeginPopupContextItem( LabelAddModPopup ) )
|
||||
if( ImGui.BeginPopup( LabelAddModPopup ) )
|
||||
{
|
||||
if( _keyboardFocus )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue