mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
saving only if change occured
This commit is contained in:
@@ -9,8 +9,8 @@ namespace vCardEditor.View
|
||||
|
||||
protected override void OnLostFocus(EventArgs e)
|
||||
{
|
||||
base.OnLostFocus(e);
|
||||
oldText = this.Text;
|
||||
base.OnLostFocus(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user