mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Remove bubble from DiaryWindow
Now we have a decent sidebar calendar it is redundant and furthermore it is fugly!!
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user