Kaydet (Commit) c5ceddf3 authored tarafından Miklos Vajna's avatar Miklos Vajna

lokdocview: invalidate after selection change

Without this e.g. Calc search does not show the selection rectangle
correctly.

Change-Id: I5bc20a93ee861d3353bc2e1c1ed7ea8d0e6c8ed4
üst b120b18a
......@@ -619,6 +619,7 @@ callback (gpointer pData)
}
else
memset(&priv->m_aHandleMiddleRect, 0, sizeof(priv->m_aHandleMiddleRect));
gtk_widget_queue_draw(GTK_WIDGET(pDocView));
}
break;
case LOK_CALLBACK_TEXT_SELECTION_START:
......
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