paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The context menu of QLineEdit can not be closed

SunlightBoi opened this issue · comments

When running the example "text. exe", I found that QLineEdit was not working properly. The QLineEdit context menu is not closed after executing the action, and clicking on other positions in the scene also does not work unless the mouse clicks somewhere outside the application.
When QLineEdit is used as an embeddedWidget for a subclass of NodeDelegateModel, it always seems like this, but when used alone, there is no problem with it.
The Qt version i am using is 6.2.4.

lineedit_error.mp4