diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-12-13 10:20:17 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-12-13 10:20:17 +0000 |
commit | cd2b21e7a4e88fd16c384f0d08f59b0530c75477 (patch) | |
tree | 14d69c86824cbda2056dfdb2012cef1d82d313a4 /windows/neo-vars | |
parent | e18805dcac65f02df6787a4537c396eebc71440a (diff) |
• Ein Funktionsaufruf weniger, und es funktioniert immer noch. Sollte ein bisschen weniger Flimmern bringen.
git-svn-id: https://svn.neo-layout.org@2357 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars')
-rw-r--r-- | windows/neo-vars/src/source/screenkeyboard.ahk | 3 |
1 files changed, 1 insertions, 2 deletions
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() {
|