From 6cea59c0d7b156c5b2068c0c75576bf729c19e45 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Thu, 17 Jan 2013 21:52:38 +0000 Subject: [PATCH] Trying to fix scrshoot. git-svn-id: svn://kolibrios.org@3181 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/media/scrshoot/srectwin.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/programs/media/scrshoot/srectwin.inc b/programs/media/scrshoot/srectwin.inc index 937937c3fe..d711760efa 100644 --- a/programs/media/scrshoot/srectwin.inc +++ b/programs/media/scrshoot/srectwin.inc @@ -8,7 +8,7 @@ set_rect_window: .red: edit_boxes_set_sys_color rect_input,rect_input_end,sc labels_set_sys_color rect_input_labels,rect_input_labels_end,sc - ;;; check_boxes_set_sys_color riw_check_boxes,riw_check_boxes_end,sc + check_boxes_set_sys_color2 riw_check_boxes,riw_check_boxes_end,sc call .draw_window .still: wait_event .red,.key,.button,.mouse @@ -369,13 +369,12 @@ rect_input_labels_text: .height db 'Высота:',0 riw_check_boxes: -use_rect_active_window check_box 10,85,5,11,cl_white,0,0,\ -riw_check_boxes_text.1,\ -riw_check_boxes_text.2-riw_check_boxes_text.1 +use_rect_active_window check_box2 (10 shl 16)+10,(85 shl 16) +10,5,cl_white,0,0,\ +riw_check_boxes_text.1, ch_flag_bottom riw_check_boxes_end: riw_check_boxes_text: -.1 db 'Использовать область активного окна' -.2 db '' +db 'Использовать область активного окна',0 + riw_grab_text db 'Координаты и размеры области:',0 \ No newline at end of file