From 5d3b9ac4bc136913d75dfc0572a0555a9ba2ef63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 25 Feb 2019 10:38:23 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@496 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/graphic/graphic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qad/graphic/graphic.h b/qad/graphic/graphic.h index 6bff77c..7016168 100644 --- a/qad/graphic/graphic.h +++ b/qad/graphic/graphic.h @@ -120,7 +120,8 @@ public: Save = 0x200, Clear = 0x800, Close = 0x1000, - Pause = 0x2000 + Pause = 0x2000, + StandartButtons = 0x2FFF }; enum Alignment {Left, Right}; enum Graduation {Auto, Fixed};