mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-01 05:13:43 +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 LabelSelectorList = "##availableModList";
|
||||||
private const string LabelModFilter = "##ModFilter";
|
private const string LabelModFilter = "##ModFilter";
|
||||||
private const string LabelAddModPopup = "AddMod";
|
private const string LabelAddModPopup = "AddModPopup";
|
||||||
private const string LabelModHelpPopup = "Help##Selector";
|
private const string LabelModHelpPopup = "Help##Selector";
|
||||||
|
|
||||||
private const string TooltipModFilter =
|
private const string TooltipModFilter =
|
||||||
|
|
@ -138,7 +138,7 @@ namespace Penumbra.UI
|
||||||
|
|
||||||
private void DrawModAddButton()
|
private void DrawModAddButton()
|
||||||
{
|
{
|
||||||
if( ImGui.BeginPopupContextItem( LabelAddModPopup ) )
|
if( ImGui.BeginPopup( LabelAddModPopup ) )
|
||||||
{
|
{
|
||||||
if( _keyboardFocus )
|
if( _keyboardFocus )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue