mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[MSPAINT] Introduce Ctrl+Plus / Ctrl+Minus (#5717)
- Add Ctrl+Plus and Ctrl+Minus accelerators. - Add IDM_CTRL_PLUS and IDM_CTRL_MINUS commands. - Stretch the selection area on IDM_CTRL_PLUS and IDM_CTRL_MINUS actions. CORE-19094
This commit is contained in:
parent
bbb33a6ed5
commit
ed9973f876
38 changed files with 193 additions and 14 deletions
|
@ -248,3 +248,8 @@ void ToolsModel::selectAll()
|
|||
OnMouseMove(TRUE, imageModel.GetWidth(), imageModel.GetHeight());
|
||||
OnButtonUp(TRUE, imageModel.GetWidth(), imageModel.GetHeight());
|
||||
}
|
||||
|
||||
void ToolsModel::SpecialTweak(BOOL bMinus)
|
||||
{
|
||||
m_pToolObject->OnSpecialTweak(bMinus);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue