Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed May 6, 2024
1 parent 509c137 commit fa9f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DropDownListFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bool DropDownListFrame::eventFilter(QObject *watched, QEvent *event)
}
break;
case QEvent::MouseButtonPress:
{
if (watched == this) {
QWidget *w = qobject_cast<QWidget *>(watched);
if (w) {
QPoint p = static_cast<QMouseEvent *>(event)->pos();
Expand Down

0 comments on commit fa9f587

Please sign in to comment.