CURA-4870 Add information of the current configuration selected in the active printer

This commit is contained in:
Diego Prado Gesto 2018-03-04 18:13:27 +01:00
parent 49fcf35d9b
commit 22b1c2127f
2 changed files with 30 additions and 4 deletions

View file

@ -193,9 +193,8 @@ class PrinterOutputDevice(QObject, OutputDevice):
for printer in self._printers:
printer.configurationChanged.connect(self._updateUniqueConfigurations)
# If at this point the list of unique configurations is empty, we force the calculation
if not self._unique_configurations:
self._updateUniqueConfigurations()
# At this point there may be non-updated configurations
self._updateUniqueConfigurations()
## The current processing state of the backend.