mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Minor logic fix.
This commit is contained in:
parent
89e7dfffcc
commit
5fe8450fa8
@ -10644,7 +10644,7 @@ SizeColumnsToFit(XmLGridWidget g, int starting_at)
|
||||
resizable_width += colp->grid.width;
|
||||
}
|
||||
|
||||
if (delta == 0 && resizable_width <= 0)
|
||||
if (delta == 0 || resizable_width <= 0)
|
||||
return delta;
|
||||
|
||||
if (g->grid.debugLevel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user