git-svn-id: svn://db.shs.com.ru/libs@451 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-10-23 07:09:40 +00:00
parent 39b003d858
commit 50cdea23b8

View File

@@ -93,6 +93,7 @@ Graphic::Graphic(QWidget * parent): QFrame(parent), line_x_min(this), line_x_max
max_int = 200; max_int = 200;
mdm = 10.; mdm = 10.;
visible_time = -1.; visible_time = -1.;
thick = lineThickness();
pause_phase = 0.; pause_phase = 0.;
def_rect.setRect(0., 0., 1., 1.); def_rect.setRect(0., 0., 1., 1.);
selrect = def_rect; selrect = def_rect;