Commit 58ca1c0
fix: replace showEvent override with show method in stats dialog
This change modifies the StatsDialog class to use the show() method instead of overriding showEvent(). This resolves a recursion error.
Changes made:
- Replaced the showEvent() method override with a show() method
- Maintained the same functionality including:
- Emitting the _shown_trigger signal
- Setting window state to active and unminimized
- Updating the window title with version information
- Removed the event parameter since show() doesn't receive event arguments
- Preserved all existing logic for address checking and window title formatting
Co-authored-by: Gustavo Iñiguez Goia <[email protected]>1 parent 6cd5af5 commit 58ca1c0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
853 | | - | |
| 852 | + | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
0 commit comments