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-07-22 20:56:35 +0400
committerTon Roosendaal <ton@blender.org>2004-07-22 20:56:35 +0400
commit8773a7bb5f0ea05c5dc2f9760f6bf663128854d2 (patch)
tree62110721267d6e3a7f6b1afc9468459a8e5cfde6 /source/blender/src/drawtext.c
parent4b7250d82ad47365a316b17742ca3ee8c451805f (diff)
Bug 1447
CTRL+ALT+F was supposed to give a button popup to type a search string. thanks to reordering code in oct last year this didnt work anymore, only the first time.
Diffstat (limited to 'source/blender/src/drawtext.c')
-rw-r--r--source/blender/src/drawtext.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/blender/src/drawtext.c b/source/blender/src/drawtext.c
index 13b2798825a..0758198ab86 100644
--- a/source/blender/src/drawtext.c
+++ b/source/blender/src/drawtext.c
@@ -1178,11 +1178,9 @@ void winqreadtextspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
do_draw= 1;
}
}
- else if (G.qual == (LR_ALTKEY|LR_CTRLKEY)) {
- if (!last_txt_find_string) {
- txt_find_panel(st,1);
- do_draw= 1;
- }
+ else if (G.qual == (LR_ALTKEY|LR_CTRLKEY)) { /* always search button */
+ txt_find_panel(st,1);
+ do_draw= 1;
}
break; /* BREAK F */
case JKEY: