PD: improve task panel for linear patterns:

* set range of Occurrences property to spin box
* connect signals after initializing widgets to avoid superfluous recomputes and possible inconsistencies
This commit is contained in:
wmayer
2021-03-03 10:32:02 +01:00
parent 48b42f8355
commit 2d54d838cf
2 changed files with 8 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ protected:
unsigned getOccurrences(void) const;
private:
void connectSignals();
void setupUI();
void updateUI();
void kickUpdateViewTimer() const;