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:
authorAndrea Weikert <elubie@gmx.net>2009-03-10 00:17:19 +0300
committerAndrea Weikert <elubie@gmx.net>2009-03-10 00:17:19 +0300
commit691b9292a42fcb871dce46ae17c5a1096c475ea5 (patch)
tree68abad4ce62c072714a8e80101158f0f483868a2 /source/blender/editors/include/ED_fileselect.h
parent711d70ec46555cd6ac3699810a807b9f2430fe24 (diff)
2.5 filebrowser
Some UI tweaks and fixes * fixed some overlapping buttons (Matt, feel free to change button arrangement if you like), the Bookmark (B) button should probably be removed eventually from the current place and the fsmenu button as well, now that we have the directories on the left panel. * fixed initialisation of params->display (aligorith: thanks for fixing, I did reset the #defines, since it was just missing the correct value in the initialisation) * fixed bug when area became too small (crash) * fixed bug (last file missing in long display) * fixed selection when mouse outside tiles.
Diffstat (limited to 'source/blender/editors/include/ED_fileselect.h')
-rw-r--r--source/blender/editors/include/ED_fileselect.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/blender/editors/include/ED_fileselect.h b/source/blender/editors/include/ED_fileselect.h
index b598175e22e..bb5ced66428 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -30,15 +30,8 @@
struct SpaceFile;
-// XXX for Elubie:
-// defining FILE_LONGDISPLAY as 0 for now, since that seems to be the default case
-// for drawing the files (so that scrollbars will draw correct).
-// Dunno if these values are saved in files, so hopefully this is ok.
-// Revert this change if there's a more correct way to do this
-// Aligorith (09Mar2009)
-#define FILE_LONGDISPLAY 0
#define FILE_SHORTDISPLAY 1
-//#define FILE_LONGDISPLAY 2
+#define FILE_LONGDISPLAY 2
#define FILE_IMGDISPLAY 3
typedef struct FileSelectParams {