From a1b09b1fe12501fa7c5e906c4c56aac9a3cbf03f Mon Sep 17 00:00:00 2001 From: twanvl Date: Mon, 10 Jan 2011 18:15:10 +0000 Subject: [PATCH] Don't try to use new rendering of GalleryList, it doesn't work yet git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1608 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/control/gallery_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/control/gallery_list.cpp b/src/gui/control/gallery_list.cpp index 690ac397..92e7989f 100644 --- a/src/gui/control/gallery_list.cpp +++ b/src/gui/control/gallery_list.cpp @@ -307,7 +307,7 @@ void GalleryList::OnDraw(DC& dc) { bool focused = has_focus && j == active_subcolumn; wxRect rect(pos.x + col.offset.x - BORDER, pos.y + col.offset.y - BORDER, col.size.x + 2*BORDER, col.size.y + 2*BORDER); - #if 1 + #if 0 if (selected) { draw_selection_rectangle(this,dc,rect, selected,focused); }