mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
push thatv thing
This commit is contained in:
@@ -96,10 +96,10 @@ void IntelliTool::deleteToolLayer(){
|
||||
this->Canvas = nullptr;
|
||||
}
|
||||
|
||||
IntelliTool::Tooltype IntelliTool::getTooltype(){
|
||||
IntelliTool::Tooltype IntelliTool::getTooltype() const{
|
||||
return ActiveType;
|
||||
}
|
||||
|
||||
bool IntelliTool::getIsDrawing(){
|
||||
bool IntelliTool::getIsDrawing() const{
|
||||
return isDrawing;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user