Revert "scene: Re-order item list integrity checks"

This reverts commit 1df73874fc.
wilder/Plasma/6.3
Vlad Zahorodnii 1 year ago
parent 8a5a9f7c12
commit c4059ba3f2
  1. 6
      src/scene/workspacescene.cpp

@ -510,12 +510,12 @@ void WorkspaceScene::createStackingOrder()
}
std::sort(windowItems.begin(), windowItems.end());
if (sortedWindowItems != windowItems) {
qFatal("sortedWindowItems != windowItems");
}
if (aliveWindowItems != sortedWindowItems) {
qFatal("workspaceWindowItems != sortedWindowItems");
}
if (sortedWindowItems != windowItems) {
qFatal("sortedWindowItems != windowItems");
}
}
for (Item *item : std::as_const(items)) {

Loading…
Cancel
Save