mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
now rcFlyout popups next to cursor pos when AppTile is right-clicked instead to upside
This commit is contained in:
@@ -233,7 +233,7 @@ namespace WinDurango.UI.Controls
|
||||
|
||||
RightTapped += (sender, e) =>
|
||||
{
|
||||
rcFlyout.ShowAt(sender as FrameworkElement);
|
||||
rcFlyout.ShowAt(sender as FrameworkElement, e.GetPosition(sender as UIElement));
|
||||
};
|
||||
|
||||
startButton.Tapped += async (s, e) =>
|
||||
|
||||
Reference in New Issue
Block a user