mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user