mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Add const to PixelsMovement::isDragging().
This commit is contained in:
parent
b1044003c8
commit
c6da98ea52
@ -363,7 +363,7 @@ void PixelsMovement::dropImage()
|
||||
}
|
||||
}
|
||||
|
||||
bool PixelsMovement::isDragging()
|
||||
bool PixelsMovement::isDragging() const
|
||||
{
|
||||
return m_isDragging;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ public:
|
||||
|
||||
void dropImageTemporarily();
|
||||
void dropImage();
|
||||
bool isDragging();
|
||||
bool isDragging() const;
|
||||
|
||||
gfx::Rect getImageBounds();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user