From 27a45ee172e634fa04af193b615b111fdeabbf8c Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Mon, 3 Aug 2020 21:41:36 +0200
Subject: [PATCH] Add refreshing in the save method

---
 fpga_device_manager/windows/main_window.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fpga_device_manager/windows/main_window.py b/fpga_device_manager/windows/main_window.py
index 05041aa..2476658 100755
--- a/fpga_device_manager/windows/main_window.py
+++ b/fpga_device_manager/windows/main_window.py
@@ -138,6 +138,8 @@ class MainWindow(BaseWindow):
         Saves the current device configuration.
         :param filename: Name of file to save to
         """
+        self.refresh()
+
         try:
             Config.save(filename)
             self.clear_dirty()
-- 
GitLab