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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-28 12:50:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-28 12:50:11 +0400
commit1e237e7e2ffc6b5d22819abbc3a49c570ec3213d (patch)
tree609e207828cbcdd38ef9cd08e103b01e9a22571b /source/blender/editors/space_console/console_draw.c
parent17b0a794c7b72b9e18c029c4892b49dc9a381363 (diff)
console copy text was upside down.
made ctrl+space operator find and autocomplete in the console, need a bette way to make these key bindings co-exist.
Diffstat (limited to 'source/blender/editors/space_console/console_draw.c')
-rw-r--r--source/blender/editors/space_console/console_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c
index 68cb1cc4a01..4f225bb8fcb 100644
--- a/source/blender/editors/space_console/console_draw.c
+++ b/source/blender/editors/space_console/console_draw.c
@@ -59,7 +59,7 @@
#include "UI_interface.h"
#include "UI_resources.h"
-//#include "console_intern.h"
+#include "console_intern.h"
static void console_font_begin(SpaceConsole *sc)
{