Fixed not working "auto save on lock" when you click on the "Lock" toolbar button

This commit is contained in:
Alexander 2019-01-04 14:17:03 +02:00
parent c5c914e849
commit abad9fc422

View file

@ -1396,8 +1396,8 @@ private void SettingsToolbarButton_Click(object sender, EventArgs e)
private void LockToolbarButton_Click(object sender, EventArgs e)
{
AutoLock(false);
}
LockToolStripMenuItem_Click(this, new EventArgs());
}
private void CloseToolbar_Click(object sender, EventArgs e)
{