Skip to content

Commit d90c690

Browse files
authored
Fix LT-22240: Refresh template after moving affix slot (#452)
1 parent 6de9d5d commit d90c690

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Src/xWorks/DTMenuHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ private void POSPopupTreeManager_AfterSelect(object sender, System.Windows.Forms
575575
if (m_moveObj is IMoInflAffixSlot slot)
576576
{
577577
MoveSlot(slot, selectedPOS);
578+
m_mediator.SendMessage("MasterRefresh", null);
578579
}
579580
if (m_moveObj is IMoInflAffixTemplate template)
580581
{

0 commit comments

Comments
 (0)