[MSPAINT] Add selectionModel.drawFrameOnCanvas and use it

Refactoring. CORE-19094
This commit is contained in:
Katayama Hirofumi MZ 2023-11-23 11:03:10 +09:00
parent c2bb5aa01d
commit 4a52a4b04c
4 changed files with 16 additions and 19 deletions

View file

@ -65,9 +65,6 @@ struct ToolBase
void pushToPtStack(LONG x, LONG y);
static ToolBase* createToolObject(TOOLTYPE type);
protected:
void OnDrawSelectionOnCanvas(HDC hdc);
};
class ToolsModel