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>2003-10-08 02:55:16 +0400
committerTon Roosendaal <ton@blender.org>2003-10-08 02:55:16 +0400
commit416b110f90825c1775151b58dd18b9c7835db492 (patch)
tree5c1bb15ea0571ecddb7fa5192f6fd4280d4affd3 /source/blender/makesdna
parentbfef0c2fb579ff53d7b2d0abce8a86ae91d05acc (diff)
- brought back hilites in buttons when mouse-over
- automatic pulldown opening can now be controlled ( user setting?) it has two thresholds: - when no menu was opened before, it waits A milliseconds - when (in the same block a menu was opened, it waits B millisec. Currently A= 0.4 sec, B= 0.1 (or so) - 3d window header; brought back old drawtype menu (test, compare!) - another test: the old menubutton doesnt work anymore with hold-mouse only, you can also use it as the other popups (old method still works) - proposal; all buttons that pop up a block, get special drawtype (arrows)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 3cc07cb1bda..e8e274157b8 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -93,7 +93,7 @@ typedef struct SpaceButs {
struct ScrArea *area;
short cursens, curact;
- short align, pad2; /* align for panels */
+ short align, tabo; /* align for panels, tab is old tab */
View2D v2d;
short mainb, menunr; /* texnr and menunr have to remain shorts */