mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 10:32:41 +08:00
[MSPAINT] Rename some identifiers (#5362)
- s/CANVAS_HITTEST/HITTEST/ - s/m_whereHit/m_hitCanvasSizeBox/ - s/m_rcNew/m_rcResizing/ - Add comments to CCanvasWindow. CORE-18867
This commit is contained in:
committed by
GitHub
parent
5bb0a2c484
commit
cb98e91b55
@@ -416,7 +416,7 @@ void SelectionModel::SetRectFromPoints(const POINT& ptFrom, const POINT& ptTo)
|
||||
m_rc.bottom = max(ptFrom.y, ptTo.y);
|
||||
}
|
||||
|
||||
void SelectionModel::Dragging(CANVAS_HITTEST hit, POINT pt)
|
||||
void SelectionModel::Dragging(HITTEST hit, POINT pt)
|
||||
{
|
||||
switch (hit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user