Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-12-11 17:07:38 +0300
committerTon Roosendaal <ton@blender.org>2004-12-11 17:07:38 +0300
commit99c6e728f6d79db5c34c545f9c8e4ba7f25219d2 (patch)
tree381e46ba5584f38902707fafb8417956e9b8f664 /source/blender/src/editscreen.c
parent2b614b2be46d0fc788d3183b9c552880d7b6200b (diff)
Fix for bug #1823
Hiding window (Apple-H) caused the modifier to hang when reopened. Added 1 line that re-reads modifier on "Inputchange" event, which only is when you switch focus from one app to another. Might solve more issues reported with 'hanging' keys.
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index ac148a6e6d7..4aeca57a0ac 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -1033,7 +1033,7 @@ void screenmain(void)
if (event==INPUTCHANGE) {
window_make_active(mainwin);
- has_input= val;
+ G.qual= get_qual();
}
/* If the main window is active, find the current active ScrArea