2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 13:47:46 +00:00

Preparation for self-split space functionality

This commit is contained in:
Jack Andersen
2016-01-09 20:40:23 -10:00
parent 24917f2367
commit 08c4270707
18 changed files with 415 additions and 153 deletions

View File

@@ -39,7 +39,7 @@ void Table::_setHeaderVerts(const boo::SWindowRect& sub)
if (m_headerViews.empty())
return;
SolidShaderVert* v = m_hVerts.get();
const ThemeData& theme = rootView().themeData();
const IThemeData& theme = rootView().themeData();
float pf = rootView().viewRes().pixelFactor();
int margin = CELL_MARGIN * pf;
@@ -118,7 +118,7 @@ void Table::_setHeaderVerts(const boo::SWindowRect& sub)
void Table::RowsView::_setRowVerts(const boo::SWindowRect& sub, const boo::SWindowRect& scissor)
{
SolidShaderVert* v = m_verts.get();
const ThemeData& theme = rootView().themeData();
const IThemeData& theme = rootView().themeData();
if (m_t.m_cellPools.empty())
return;