Skip to content

Commit

Permalink
Merge pull request #893 from opengisch/fixlambda
Browse files Browse the repository at this point in the history
unchain the optimize combo from topping results
  • Loading branch information
signedav committed Mar 13, 2024
2 parents 5020535 + 3534f5a commit fc29024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def _use_existing(self, state):
# wait before activating until end of refreshment
self.workflow_wizard.busy(self, True, self.tr("Refresh repository data..."))
self.ilitoppingcache.model_refreshed.connect(self._enable_topping_selection)
self._enable_optimize_combo(True)
self.ilitoppingcache.refresh()

completer = QCompleter(
Expand All @@ -188,7 +189,6 @@ def _enable_topping_selection(self, state):
self.topping_line_label.setEnabled(state)
self.topping_info.setEnabled(state)

self._enable_optimize_combo(state)
self.workflow_wizard.busy(self, False)

def _enable_optimize_combo(self, state):
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_pip_packages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
LIBS_DIR="QgisModelBaker/libs"

MODELBAKER_LIBRARY=("modelbaker" "1.7.1")
MODELBAKER_LIBRARY=("modelbaker" "1.7.2")
PACKAGING=("packaging" "21.3")

PACKAGES=(
Expand Down

0 comments on commit fc29024

Please sign in to comment.