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-11-26 23:20:42 +0300
committerTon Roosendaal <ton@blender.org>2004-11-26 23:20:42 +0300
commit230784b824c411b8b7f34fbc422ab3849b40fa14 (patch)
treef9e6ca7364d084cf02e81514ed54f476fcacbf36 /source/blender/src/toolbox.c
parenta34432aa8c351176d66e21ee9047e4c95b8e8941 (diff)
Bug fix #1893
Option to switch left/right mouse didn't work for floating panels. It then still selected stuff behind the button. Was due to using wrong variable for events.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index b7843154772..48d6919da7b 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1813,7 +1813,7 @@ static TBitem tb_mesh[]= {
{ 0, "Show/Hide Faces", 3, NULL},
{ 0, "Show/Hide Normals", 4, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Subdivision Surface|Shift O", 5, NULL},
+{ 0, "Subdivision Surface", 5, NULL},
{ 0, "SubSurf Optimal", 6, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Show/Hide Vertices", 0, tb_obdata_hide},