mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Removed a ComponentGrid assert that prevented portrait orientation to work at all.
This commit is contained in:
parent
e4c0d493df
commit
4a3b24e770
|
@ -73,7 +73,6 @@ float ComponentGrid::getRowHeight(int row)
|
|||
|
||||
void ComponentGrid::setColWidthPerc(int col, float width, bool update)
|
||||
{
|
||||
assert(width >= 0 && width <= 1);
|
||||
assert(col >= 0 && col < mGridSize.x());
|
||||
mColWidths[col] = width;
|
||||
|
||||
|
|
Loading…
Reference in a new issue