mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Documentation of image
This commit is contained in:
@@ -50,7 +50,6 @@ void IntelliToolRectangle::onMouseLeftReleased(int x, int y){
|
||||
}
|
||||
|
||||
void IntelliToolRectangle::onMouseMoved(int x, int y){
|
||||
IntelliTool::onMouseMoved(x,y);
|
||||
if(this->drawing){
|
||||
this->Canvas->image->drawPlain(Qt::transparent);
|
||||
QPoint next(x,y);
|
||||
|
||||
Reference in New Issue
Block a user