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
This commit is contained in:
twanvl
2011-01-10 18:15:10 +00:00
parent a9541de948
commit a1b09b1fe1
+1 -1
View File
@@ -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);
}