fixed 3 major bugs (LineEdit backspace, input crashes, editor button press and editor actions)

This commit is contained in:
2011-01-30 21:43:04 +01:00
parent 3e05c967ab
commit a27ece921a
10 changed files with 62 additions and 18 deletions
+1 -2
View File
@@ -440,9 +440,8 @@ namespace OGLFT {
<< " advance.dx: " << bbox.advance_.dx_
<< std::endl;
*/
assert (bbox.y_max_ - bbox.y_min_ != 0.);
*/
}
}