Commit a7f864ed authored by Oleg Korshul's avatar Oleg Korshul

fix bug 34438

parent f2509505
......@@ -1191,7 +1191,7 @@ function CHorRuler()
min = this.m_dIndentLeft - this.m_dIndentLeftFirst;
if (newVal < min)
newVal = this.m_dIndentLeft_old;
newVal = min;
if (_presentations)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment