From 33b0ba4a76b4f772aad6e0cdecb75806a1f092d7 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 4 Jun 2009 15:19:48 +0000 Subject: 2.5 Bugfix: Icons were drawing on wrong subpixel positions, distorting badly. Now it's crispy and tasty! Noticed there's a magnifier icon already, using it for the search option. --- source/blender/editors/space_info/info_header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info') diff --git a/source/blender/editors/space_info/info_header.c b/source/blender/editors/space_info/info_header.c index 09f5640dbf6..c8dd3df8425 100644 --- a/source/blender/editors/space_info/info_header.c +++ b/source/blender/editors/space_info/info_header.c @@ -489,7 +489,7 @@ void info_header_buttons(const bContext *C, ARegion *ar) { static char search[256]= ""; - uiBut *but= uiDefSearchBut(block, search, 0, ICON_PROP_ON, 256, xco+5, yco, 120, 19, ""); + uiBut *but= uiDefSearchBut(block, search, 0, ICON_VIEWZOOM, 256, xco+5, yco, 120, 19, ""); uiButSetSearchFunc(but, operator_search_cb, NULL, operator_call_cb); -- cgit v1.2.3