mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Block focus out event
The line edit wasn't being properly updated regarding its paint event. Turns out it was because it received a focus out event and then stopped refreshing the paint. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eb2c78e953
commit
33a19328d8
2 changed files with 9 additions and 1 deletions
|
@ -103,6 +103,7 @@ public:
|
|||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *ev);
|
||||
void focusOutEvent(QFocusEvent *ev);
|
||||
void showPopup();
|
||||
private:
|
||||
DiveLocationFilterProxyModel *proxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue