-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== Bug fix, spinner not appearing for when reloading features
after a reset request feature_base_model.cpp: - class FeatureBaseModel: - reloadFeatures(): - bug fix: VcpEndInitialLoadRequest was being output after each VcpGetRequest causing spinner to not show for long running reload - modelVcpValueSet(), reloadFeatures() - modify debuggng code == Changes to debug code only feature_widget.cpp: - FeatuerWidget::onInternalValueChanged(): - debugging code feature_scrollarea_contents.cpp: - class FeatureScrollAreaContents: - methods startInitialLoad(), endInitialLoad() - modify debugging code feature_scrollarea_view.cpp: - class FeaturesScrollareaView: - onUIValueChanged(): - modify debugging code value_stacked_widget.cpp - class ValueStackedWidget: - onContainedWidgetChanged() - modify debugging code
- Loading branch information
Showing
5 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters