From cd2b21e7a4e88fd16c384f0d08f59b0530c75477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Mon, 13 Dec 2010 10:20:17 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Ein=20Funktionsaufruf=20weniger,=20und=20es?= =?UTF-8?q?=20funktioniert=20immer=20noch.=20Sollte=20ein=20bisschen=20wen?= =?UTF-8?q?iger=20Flimmern=20bringen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2357 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/screenkeyboard.ahk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/neo-vars/src/source/screenkeyboard.ahk b/windows/neo-vars/src/source/screenkeyboard.ahk index 55a6925..a9da146 100644 --- a/windows/neo-vars/src/source/screenkeyboard.ahk +++ b/windows/neo-vars/src/source/screenkeyboard.ahk @@ -150,7 +150,6 @@ BSTOnClose() { BSTOnSize() { global Gui, Show, % "y" . yposition . " w" . A_GuiWidth . " h" . A_GuiWidth*199/729 . " NoActivate", Neo-Bildschirmtastatur - GuiControl,,Picture0, % "*w" . A_GuiWidth . " *h-1 " . ResourceFolder . "\ebene0.png" Gui, Font, % "s" . A_GuiWidth*12/729 . " bold", % UniFontName loop,parse,GuiKeyList,`, { @@ -158,7 +157,7 @@ BSTOnSize() { GuiControl,Font,GuiKey%GuiPhysKey% GuiControl,Move,GuiKey%GuiPhysKey%, % "x" . GuiPosx%GuiPhysKey%*A_GuiWidth/729 . " y" . GuiPosy%GuiPhysKey%*A_GuiWidth/729 . " w" . 38*A_GuiWidth/729 . " h" . 38*A_GuiWidth/729 } - GuiControl,MoveDraw,Picture0 + GuiControl,,Picture0, % "*w" . A_GuiWidth . " *h-1 " . ResourceFolder . "\ebene0.png" } CharProc__BST0() { -- cgit v1.2.3