mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
hoverwatch warp fix
This commit is contained in:
parent
bcb2d861d9
commit
ce852367ed
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ namespace IDE.ui
|
|||
|
||||
if (autocomplete != null)
|
||||
autocomplete.SetIgnoreMove(true);
|
||||
mWidgetWindow.Resize((int32)(mOrigScreenX + minX), (int32)(mOrigScreenY + minY), (int32)(maxX - minX), (int32)(maxY - minY));
|
||||
mWidgetWindow.Resize((int32)(mWidgetWindow.mNormX + minX), (int32)(mWidgetWindow.mNormY + minY), (int32)(maxX - minX), (int32)(maxY - minY));
|
||||
if (autocomplete != null)
|
||||
autocomplete.SetIgnoreMove(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue