(svn r12104) -Fix (r12103): remember loading indicators transparency settings and make in switchable by Ctrl+9

This commit is contained in:
smatz
2008-02-10 18:31:33 +00:00
parent 8a768652c8
commit 9e0a93d286
5 changed files with 5 additions and 6 deletions

View File

@@ -1914,6 +1914,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e)
case '6' | WKC_CTRL:
case '7' | WKC_CTRL:
case '8' | WKC_CTRL:
case '9' | WKC_CTRL:
/* Transparency toggle hot keys */
ToggleTransparency((TransparencyOption)(e->we.keypress.keycode - ('1' | WKC_CTRL)));
MarkWholeScreenDirty();