mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
Update Bug
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
history tool doesnt load polygon data on undo iff project was loaded
|
||||
history tool doesnt save delete Layer
|
||||
Gradient breaks Heap Size, when big Witdh and Height (appeared on 1280x720)
|
||||
Gradient breaks Heap Size, when big Witdh and Height (appeared on 1280x720)
|
||||
Heap block at 0000000025422990 modified at 0000000025422A28 past requested size of 88
|
||||
@@ -120,10 +120,9 @@ void IntelliToolGradient::computeGradientLayer(){
|
||||
switched = true;
|
||||
Canvas->image->updateRendererSetting(false);
|
||||
}
|
||||
qDebug() << activeLayer->width << activeLayer->height;
|
||||
for(int i = 0; i < activeLayer->height; i++){
|
||||
for(int j = 0; j < activeLayer->width; j++){
|
||||
computePixelColor(QPoint(i,j));
|
||||
computePixelColor(QPoint(j,i));
|
||||
}
|
||||
}
|
||||
if(switched){
|
||||
|
||||
Reference in New Issue
Block a user