mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-17 05:40:31 +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 load polygon data on undo iff project was loaded
|
||||||
history tool doesnt save delete Layer
|
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;
|
switched = true;
|
||||||
Canvas->image->updateRendererSetting(false);
|
Canvas->image->updateRendererSetting(false);
|
||||||
}
|
}
|
||||||
qDebug() << activeLayer->width << activeLayer->height;
|
|
||||||
for(int i = 0; i < activeLayer->height; i++){
|
for(int i = 0; i < activeLayer->height; i++){
|
||||||
for(int j = 0; j < activeLayer->width; j++){
|
for(int j = 0; j < activeLayer->width; j++){
|
||||||
computePixelColor(QPoint(i,j));
|
computePixelColor(QPoint(j,i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(switched){
|
if(switched){
|
||||||
|
|||||||
Reference in New Issue
Block a user