forked from qt-creator/qt-creator
Fix painting issue on the Issues pane.
Task-Number: QTCREATORBUG-6415 Change-Id: Iad5041dc387b8a9bea2068a8242a6968446aa37a Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -706,7 +706,7 @@ void TaskDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option,
|
||||
|
||||
painter->setPen(textColor);
|
||||
|
||||
TaskModel *model = static_cast<TaskModel *>(view->model());
|
||||
TaskModel *model = static_cast<TaskFilterModel *>(view->model())->taskModel();
|
||||
Positions positions(opt, model);
|
||||
|
||||
// Paint TaskIconArea:
|
||||
|
||||
Reference in New Issue
Block a user