mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:33:32 +00:00
[MSPAINT] s/AirBrushWidth/AirBrushRadius/
Fix logical error. CORE-19094
This commit is contained in:
parent
3faa56d2c7
commit
157739a658
4 changed files with 13 additions and 13 deletions
|
@ -80,7 +80,7 @@ private:
|
|||
BrushStyle m_brushStyle;
|
||||
TOOLTYPE m_activeTool;
|
||||
TOOLTYPE m_oldActiveTool;
|
||||
int m_airBrushWidth;
|
||||
INT m_airBrushRadius;
|
||||
int m_rubberRadius;
|
||||
BOOL m_transpBg;
|
||||
int m_zoom;
|
||||
|
@ -116,8 +116,8 @@ public:
|
|||
TOOLTYPE GetOldActiveTool() const;
|
||||
void SetActiveTool(TOOLTYPE nActiveTool);
|
||||
|
||||
int GetAirBrushWidth() const;
|
||||
void SetAirBrushWidth(int nAirBrushWidth);
|
||||
INT GetAirBrushRadius() const;
|
||||
void SetAirBrushRadius(INT nAirBrushRadius);
|
||||
void MakeAirBrushThickerOrThinner(BOOL bThinner);
|
||||
|
||||
int GetRubberRadius() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue