| Summary: | sorting changes are not applied immediately | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Christophe Marin <christophe> |
| Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bugseforuns, kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christophe Marin
2019-04-30 07:50:27 UTC
Can confirm Problem seems to be that the view and settings are in two different libraries. So the GeneralSettings singleton the settings window write into that ends up emitting the change signal is not the one that the view listens to. KFileItemModel: connecting signals on GeneralSettings(0x5635adf0d6f0) BehaviorSettingsPage: saving settings on GeneralSettings(0x7fe09c00b9c0) *** This bug has been marked as a duplicate of bug 368121 *** |