mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "Dive site management: remove the profile view"
This reverts commit ec8ba5f830
.
Turns out that moving the globeGps widget to a different quadrant breaks
the parent relationship and that causes things not to work. I know that I
tested this and didn't notice any issues, but I now can reproduce a broken
default screen. So let's revert.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3e35a0067b
commit
1dee5e1723
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
registerApplicationState("EditDive", mainTab, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("PlanDive", plannerWidget, profileContainer, plannerSettings, plannerDetails );
|
||||
registerApplicationState("EditPlannedDive", plannerWidget, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("EditDiveSite",locationInformation, globeGps, diveListView, NULL );
|
||||
registerApplicationState("EditDiveSite",locationInformation, profileContainer, diveListView, globeGps );
|
||||
|
||||
setApplicationState("Default");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue