forked from qt-creator/qt-creator
texteditor: give priorities to mark to ensure z-order when drawing
This commit is contained in:
@@ -73,6 +73,11 @@ public:
|
||||
{
|
||||
m_parent->documentClosingFor(this);
|
||||
}
|
||||
|
||||
virtual Priority priority() const
|
||||
{
|
||||
return m_parent->priority();
|
||||
}
|
||||
private:
|
||||
BaseTextMark *m_parent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user