Modifichette visualizzazione (figosita' sfiziose)

git-svn-id: svn://10.65.10.50/trunk@1011 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-02-16 11:18:05 +00:00
parent 29225a996e
commit f5f0ef30d8

View File

@ -444,7 +444,8 @@ bool Visliq_app::vis_all()
tt->add(""); // questo e' il bottone
tt->add(itoname(i));
tt->add(abs(_lim->get_real("R0")).string());
tt->add(_lim->get_real("R0").sign() < 0 ? "C" : "D");
tt->add(_lim->get_real("R0").sign() < 0 ? "C" :
(_lim->get_real("R1").sign() > 0 && _lim->get_real("R0").is_zero() ? "C" : "D"));
tt->add(_lim->get_real("R1").string());
tt->add(abs(_lim->get_real("R5")).string());
tt->add(_lim->get_real("R5").sign() < 0 ? "C" : "D");