mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Reset device field in DownloadFromDCWidget according to dive computer
Fixes minor interface inconsistency: The device field in the download-from-dive-computer widget is disabled when selecting a non-serial-transport dive computer. In contrast, post-download the field was reset to enabled for all dive computers. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
31e11bc4e8
commit
d23bd46a1b
2 changed files with 19 additions and 13 deletions
|
|
@ -58,6 +58,7 @@ slots:
|
|||
private:
|
||||
void markChildrenAsDisabled();
|
||||
void markChildrenAsEnabled();
|
||||
void updateDeviceEnabled();
|
||||
|
||||
Ui::DownloadFromDiveComputer ui;
|
||||
DownloadThread thread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue