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-11 22:15:07 +0400
committerTon Roosendaal <ton@blender.org>2003-10-11 22:15:07 +0400
commit95ce9b93bee846034e58710ab05c9adc685cf5b8 (patch)
tree046ca20e042637600a6b0e05a76dc3482e75fb2f /source/blender/src/header_image.c
parenta153a7616beb8ec29d0874c482ce402e64f8f982 (diff)
- fixes in material buttons (still tentative design!)
- cutoff of text in menus and buttons now even better! - size of pull-up menu buttons is corrected - pressing at 'menu button' had a delay, fixed General: the 'outo open' wont become default, it will be removed or become a user option. I am experimenting with it to get it all OK. The 'auto open' for secondary levels in pulldowns will remain there Check the latest state of pull-up menu buttons. for example the mode selector: you can use such buttons in three ways, - click on it, it opens and you can select - click-and-hold-mouse, move, release at item you want to select - move mouse over button, wait, it opens The 'auto open' and its time threshold both can be user settings.
Diffstat (limited to 'source/blender/src/header_image.c')
-rw-r--r--source/blender/src/header_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_image.c b/source/blender/src/header_image.c
index 97da044f7f4..61160c9fba2 100644
--- a/source/blender/src/header_image.c
+++ b/source/blender/src/header_image.c
@@ -381,7 +381,7 @@ void image_buttons(void)
uiDefIconButS(block, TOG|BIT|0, B_BE_SQUARE, ICON_KEEPRECT, xco+=XIC,0,XIC,YIC, &G.sima->flag, 0, 0, 0, 0, "Toggles constraining UV polygons to squares while editing");
uiDefIconButS(block, ICONTOG|BIT|2, B_CLIP_UV, ICON_CLIPUV_DEHLT,xco+=XIC,0,XIC,YIC, &G.sima->flag, 0, 0, 0, 0, "Toggles clipping UV with image size");
- xco= std_libbuttons(block, xco+40, 0, NULL, B_SIMABROWSE, (ID *)G.sima->image, 0, &(G.sima->imanr), 0, 0, B_IMAGEDELETE, 0, 0);
+ xco= std_libbuttons(block, xco+40, 0, 0, NULL, B_SIMABROWSE, (ID *)G.sima->image, 0, &(G.sima->imanr), 0, 0, B_IMAGEDELETE, 0, 0);
if (G.sima->image) {
if (G.sima->image->packedfile) {