mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Disable specific tabs when dive trip selected
Disable tabs for equipment, info, pictures and extra info if a dive trip is selected. Remember specific tab selection for dives and dive trip to recover selection when browsing dive list. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
ba83ce34e0
commit
0fc4bd8976
2 changed files with 28 additions and 1 deletions
|
@ -115,6 +115,9 @@ private:
|
|||
Completers completers;
|
||||
bool modified;
|
||||
bool copyPaste;
|
||||
bool lastSelectedDive;
|
||||
int lastTabSelectedDive;
|
||||
int lastTabSelectedDiveTrip;
|
||||
void resetPallete();
|
||||
void saveTags();
|
||||
void saveTaggedStrings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue