mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Lost changes
This commit is contained in:
parent
e6c4a95ccd
commit
8e9d7ed4c4
56 changed files with 1579 additions and 794 deletions
|
@ -27,7 +27,8 @@ namespace IDE.ui
|
|||
TypeClass = 0x80,
|
||||
TypeValueType = 0x100,
|
||||
Namespace = 0x200,
|
||||
Text = 0x400
|
||||
Text = 0x400,
|
||||
RawText = 0x800
|
||||
}
|
||||
|
||||
public class WatchEntry
|
||||
|
@ -1740,6 +1741,7 @@ namespace IDE.ui
|
|||
evt.mDragKind = .After;
|
||||
dragTarget = (WatchListViewItem)dragTarget.mParentItem;
|
||||
evt.mDragTarget = dragTarget;
|
||||
return;
|
||||
}
|
||||
if ((dragTarget.mLabel == "") && (dragKind == .After))
|
||||
dragKind = .Before;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue