mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-02 22:36:00 +02:00
Lib fixes
This commit is contained in:
parent
61bd31836d
commit
2b2bb7c960
2 changed files with 11 additions and 3 deletions
|
@ -1121,8 +1121,9 @@ namespace Beefy.widgets
|
|||
None,
|
||||
NoRestoreSelectionOnUndo = 1,
|
||||
NoMoveCursor = 2,
|
||||
IsGroupPart = 4,
|
||||
IsGroupStart = 8
|
||||
NoRecordHistory = 4,
|
||||
IsGroupPart = 8,
|
||||
IsGroupStart = 0x10
|
||||
}
|
||||
|
||||
public virtual void InsertAtCursor(String theString, InsertFlags insertFlags = .None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue