mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 16:51:53 +00:00
[MSPAINT] Add selectionModel.drawFrameOnCanvas and use it
Refactoring. CORE-19094
This commit is contained in:
parent
c2bb5aa01d
commit
4a52a4b04c
4 changed files with 16 additions and 19 deletions
|
@ -65,9 +65,6 @@ struct ToolBase
|
|||
void pushToPtStack(LONG x, LONG y);
|
||||
|
||||
static ToolBase* createToolObject(TOOLTYPE type);
|
||||
|
||||
protected:
|
||||
void OnDrawSelectionOnCanvas(HDC hdc);
|
||||
};
|
||||
|
||||
class ToolsModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue