Fix knotes repeated reduction in RichText mode

pull/21/head
Slávek Banko 12 years ago
parent e86bf88440
commit 27f6b882c6

@ -1214,7 +1214,7 @@ void KNote::updateLayout()
if( m_tool ) {
m_tool->setGeometry(
contentsRect().x(),
contentsRect().bottom() - m_tool->height() + 1,
contentsRect().bottom() - (m_tool->isHidden() ? 0 : m_tool->height()) + 1,
contentsRect().width(),
m_tool->height()
);

Loading…
Cancel
Save