From 4f642a41f3355ff06bde9b0856096525c19930d8 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Thu, 19 Mar 2015 13:46:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20(=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=D1=85)=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D1=8B=D0=B9=20=D0=B1=D0=BB=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dia_modes.inc | 24 ++++++++++++++++++++++++ theme_colors.inc | 1 + 2 files changed, 25 insertions(+) diff --git a/dia_modes.inc b/dia_modes.inc index 81cf589..c617eef 100644 --- a/dia_modes.inc +++ b/dia_modes.inc @@ -74,6 +74,28 @@ } def +/mydebug { + 380 400 moveto -300 0 rmoveto + currentpoint 300 fontheight image + 380 400 moveto menu.humans menu.entry get showright + + 380 420 moveto -300 0 rmoveto + currentpoint 300 fontheight image + menu.texts menu.entry get "#%s#" timeout.buf sprintf + 380 420 moveto timeout.buf showright + + /my.buf 128 string def + 0 440 moveto + currentpoint 640 fontheight image + menu.args menu.entry get "#%s#" my.buf sprintf + 0 440 moveto my.buf show + + 380 380 moveto -300 0 rmoveto + currentpoint 300 fontheight image + 380 380 moveto menu.labels menu.entry get showright + +} def + % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % Update installation modes status. % @@ -98,6 +120,8 @@ % ( index ) ==> ( ) % /modes.filter { + %mydebug + modes.rawlabels .undef eq { pop return } if menu.labels exch get diff --git a/theme_colors.inc b/theme_colors.inc index 768b72a..adb714e 100644 --- a/theme_colors.inc +++ b/theme_colors.inc @@ -1,2 +1,3 @@ /title.bg 0x3f81f1 newcolor /timer.color lightgray newcolor +/panel.high 0x43b3fe newcolor