bug fixes
This commit is contained in:
parent
1759f7cd8e
commit
beb0ac3580
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,7 @@ namespace Sledgemapper
|
|||
|
||||
window.Content = noteWindow;
|
||||
window.ShowModal(_desktop);
|
||||
noteWindow.NoteText.SetKeyboardFocus();
|
||||
}
|
||||
|
||||
protected override void Update(GameTime gameTime)
|
||||
|
@ -1126,6 +1127,7 @@ namespace Sledgemapper
|
|||
noteWindow.BtnCancel.Click += OnButtonNoteCancelClick;
|
||||
window.Content = noteWindow;
|
||||
window.ShowModal(_desktop);
|
||||
noteWindow.NoteText.SetKeyboardFocus();
|
||||
}
|
||||
|
||||
private void OnContextMenuDeleteNoteClick(object sender, EventArgs e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue