Skip to content
Commit 5096d36a authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

KateLineLayout: Fix an if check

Checking KateLineLayout::isValid is wrong here. isValid returns false
if we have m_line == -1 and in that layout makes no sense. Instead we
want to layout if we don't have an underlying QTextLayout.
parent 80ab4568
Pipeline #476390 passed with stage
in 4 minutes and 24 seconds
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