]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.cpp
Update property widgets before showing device config popup
[pulseview.git] / pv / popups / deviceoptions.cpp
index fe7955159990c81f6b6646786636dd965f0a6f8b..bfb702cf064ce062462b67e5c7f0d0eba3f822d0 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "deviceoptions.hpp"
@@ -50,5 +49,14 @@ pv::binding::Device& DeviceOptions::binding()
        return binding_;
 }
 
+void DeviceOptions::show()
+{
+       // Update device config widgets with the current values supplied by the
+       // driver before actually showing the popup dialog
+       binding_.update_property_widgets();
+
+       Popup::show();
+}
+
 } // namespace popups
 } // namespace pv