mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +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
|
@ -750,8 +750,8 @@ LRESULT CCanvasWindow::OnPaint(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bH
|
|||
|
||||
VOID CCanvasWindow::cancelDrawing()
|
||||
{
|
||||
selectionModel.ClearColor();
|
||||
selectionModel.ClearMask();
|
||||
selectionModel.ClearColorImage();
|
||||
selectionModel.ClearMaskImage();
|
||||
m_hitSelection = HIT_NONE;
|
||||
m_drawing = FALSE;
|
||||
toolsModel.OnCancelDraw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue