| Summary: | Difficulty Window is not relative to main window | ||
|---|---|---|---|
| Product: | [Applications] ksudoku | Reporter: | tbohaning |
| Component: | general | Assignee: | spmorton |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | aacid, kde-games-bugs-null, spmorton, tbohaning |
| Priority: | VLO | ||
| Version First Reported In: | 1.4.200380 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/games/ksudoku/-/commit/6ea76c3aa2f7ab44609d3e1bf4465f2ca79ca357 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
tbohaning
2020-06-08 16:36:58 UTC
A possibly relevant merge request was started @ https://invent.kde.org/games/ksudoku/-/merge_requests/31 A possibly relevant merge request was started @ https://invent.kde.org/games/ksudoku/-/merge_requests/32 Using Version 1.4.24122 Under X11 the problem is resolved. Under Wayland, the pop up window needs to be always on top. It's coming up under the game window. Git commit 6ea76c3aa2f7ab44609d3e1bf4465f2ca79ca357 by Albert Astals Cid, on behalf of Scott Morton. Committed on 22/03/2025 at 01:11. Pushed by aacid into branch 'master'. Fixes message boxes not relative to main window M +61 -108 src/generator/sudokuboard.cpp M +9 -7 src/generator/sudokuboard.h M +14 -13 src/gui/gamevariants.cpp M +8 -4 src/gui/gamevariants.h M +7 -7 src/gui/ksudoku.cpp M +5 -6 src/gui/serializer.cpp M +2 -2 src/gui/serializer.h M +6 -1 src/logic/CMakeLists.txt M +63 -25 src/logic/puzzle.cpp M +6 -2 src/logic/puzzle.h https://invent.kde.org/games/ksudoku/-/commit/6ea76c3aa2f7ab44609d3e1bf4465f2ca79ca357 |