Patient table change, add order by add date

This commit is contained in:
Krad
2021-12-03 14:21:21 +08:00
parent 168140fb6f
commit 3d317e757a
5 changed files with 56 additions and 16 deletions

View File

@@ -61,9 +61,10 @@ void SlideableTableView::mouseReleaseEvent(QMouseEvent *ev) {
{
isDragging = false;
}
if (this->verticalScrollBar()->isVisible())
{
QApplication::sendEvent(this->verticalScrollBar(),ev);
}
// if (this->verticalScrollBar()->isVisible())
// {
// QApplication::sendEvent(this->verticalScrollBar(),ev);
// }
QTableView::mouseReleaseEvent(ev);
}