Added Change Image Size to context menu
This commit is contained in:
@@ -137,6 +137,13 @@ namespace Volian.Controls.Library
|
||||
// left here in case we change our mind.
|
||||
//groupPanelChgStepType.Style.BackColor = Color.PaleVioletRed;
|
||||
}
|
||||
public void FocusOnImageSize()
|
||||
{
|
||||
// B2016-237 added context menu item to change image size
|
||||
tbFSWd.Focus();
|
||||
tbFSWd.SelectionLength = 0;
|
||||
tbFSWd.SelectionStart = tbFSWd.TextLength; // position to the end of the Width text box
|
||||
}
|
||||
public void ToggleChangeBar() // for use with shortcut keystoke <ALT><F2>
|
||||
{
|
||||
if (rbChgBarOff.Checked)
|
||||
|
Reference in New Issue
Block a user