Remove bubble from DiaryWindow

Now we have a decent sidebar calendar it is redundant
and furthermore it is fugly!!
This commit is contained in:
Mark Liversedge
2013-04-06 11:44:24 +01:00
parent 0264ae10e7
commit 79c8a1cc09

View File

@@ -200,6 +200,7 @@ DiaryWindow::eventFilter(QObject *object, QEvent *e)
case QEvent::MouseButtonDblClick:
return true;
case QEvent::ToolTip:
return true; // disabled for now, its just too fugly.
{
QModelIndex index = monthlyView->indexAt(dynamic_cast<QHelpEvent*>(e)->pos());
if (index.isValid()) {