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-10-12 13:06:28 +0400
committerTon Roosendaal <ton@blender.org>2004-10-12 13:06:28 +0400
commit2521a8b577e49124d8dd8d47e355f5a26e7adfd1 (patch)
treecd769167e3b5d482b0b815382e2cb611123cb9db /source/blender/include/interface.h
parentbe32f6d5b8f9ec06718bb107a2cd7e648636a6b7 (diff)
Bug fix 1432;
When you PAD-enter on a popup-number button (like for add circle) it accidentally de/increased the value before assigning an "OK". Fixed. Also: restored functionality that allows to use Enter keys as a mouse button click. This de/increases values now, opens menus, etc. Not in pupup or pulldown menus though!
Diffstat (limited to 'source/blender/include/interface.h')
-rw-r--r--source/blender/include/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/interface.h b/source/blender/include/interface.h
index baa5e0d7418..18cab39acce 100644
--- a/source/blender/include/interface.h
+++ b/source/blender/include/interface.h
@@ -187,7 +187,7 @@ struct uiBlock {
float xofs, yofs; // offset to parent button
rctf parentrct; // for pulldowns, rect the mouse is allowed outside of menu (parent button)
rctf safety; // pulldowns, to detect outside, can differ per case how it is created
-
+
rctf flush; // rect to be flushed to frontbuffer
int handler; // for panels in other windows than buttonswin... just event code
};