paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
3.03k stars 812 forks source link

The context menu of QLineEdit can not be closed #412

Open SunlightBoi opened 6 months ago

SunlightBoi commented 6 months ago

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.

https://github.com/paceholder/nodeeditor/assets/52692576/1be695b7-9aa4-4b9a-9b6a-cdb6760488e9