Skip to content

Commit

Permalink
show long title for columns in tooltip after updates
Browse files Browse the repository at this point in the history
should be replaced with a proper dataChanged once the tree has been cut down
  • Loading branch information
JorisGoosen committed Jan 10, 2024
1 parent af1cdf5 commit 51a94ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Desktop/data/datasetpackage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@ void DataSetPackage::setColumnTitle(size_t columnIndex, const std::string & newT
return;

column->setTitle(newTitle);

beginResetModel();
endResetModel();
}

void DataSetPackage::setColumnDescription(size_t columnIndex, const std::string & newDescription)
Expand Down

0 comments on commit 51a94ae

Please sign in to comment.