src/EditProductTab7.cpp

changeset 307
afd711e37f68
parent 301
fe6346211b5b
child 411
c78f8cf11849
equal deleted inserted replaced
306:d45c502ce77f 307:afd711e37f68
437 } 437 }
438 product->w1_amount = volume - product->w2_amount; 438 product->w1_amount = volume - product->w2_amount;
439 product->wg_amount = volume; 439 product->wg_amount = volume;
440 ui->w1_volEdit->setValue(product->w1_amount); 440 ui->w1_volEdit->setValue(product->w1_amount);
441 441
442 check_waters();
442 is_changed(); 443 is_changed();
443 emit refreshAll(); 444 emit refreshAll();
444 } 445 }
445 446
446 447

mercurial