Commit 91f5ad82 authored by twanvl's avatar twanvl

Don't try to use new rendering of GalleryList, it doesn't work yet

parent 0e8612ff
...@@ -307,7 +307,7 @@ void GalleryList::OnDraw(DC& dc) { ...@@ -307,7 +307,7 @@ void GalleryList::OnDraw(DC& dc) {
bool focused = has_focus && j == active_subcolumn; bool focused = has_focus && j == active_subcolumn;
wxRect rect(pos.x + col.offset.x - BORDER, pos.y + col.offset.y - BORDER, wxRect rect(pos.x + col.offset.x - BORDER, pos.y + col.offset.y - BORDER,
col.size.x + 2*BORDER, col.size.y + 2*BORDER); col.size.x + 2*BORDER, col.size.y + 2*BORDER);
#if 1 #if 0
if (selected) { if (selected) {
draw_selection_rectangle(this,dc,rect, selected,focused); draw_selection_rectangle(this,dc,rect, selected,focused);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment