Patient table change, add order by add date
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user