do not adjust error panel height if panal was already open

openmw-38
Marc Zinnschlag 9 years ago
parent 1093a53cf9
commit 26640d17eb

@ -70,6 +70,9 @@ void CSVWorld::ScriptSubView::adjustSplitter()
if (mErrors->rowCount())
{
if (mErrors->height())
return; // keep old height if the error panel was already open
sizes << 1 << 1;
}
else

Loading…
Cancel
Save