1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Fixed MouseUp

This commit is contained in:
Brian Fiete 2020-03-30 12:17:38 -07:00
parent 757464db3e
commit 7014320916

View file

@ -685,7 +685,6 @@ namespace Beefy.widgets
float origX;
float origY;
aWidget.RootToSelfTranslate(mMouseDownX, mMouseDownY, out origX, out origY);
aWidget.MouseUp(origX, origY, btn);
float childX;
float childY;