mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silly change to a comment
I had intended to amend the previous commit with this before pushing it out. This changes the comment that pointed out the bug that the previous commit fixed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33b1b0ed9d
commit
60ceb8ebc1
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ void ProfileWidget2::plotDives(QList<dive *> dives)
|
|||
eventItems.push_back(item);
|
||||
event = event->next;
|
||||
}
|
||||
// Only set visible the ones that should be visible, but how?
|
||||
// Only set visible the events that should be visible
|
||||
Q_FOREACH(DiveEventItem * event, eventItems) {
|
||||
event->setVisible(!event->shouldBeHidden());
|
||||
// qDebug() << event->getEvent()->name << "@" << event->getEvent()->time.seconds << "is hidden:" << event->isHidden();
|
||||
|
|
Loading…
Add table
Reference in a new issue