You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.unreleased.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
17
17
### Changed
18
18
19
19
### Fixed
20
+
- Fixed a bug where brushing on a fallback segmentation with active mapping and with segment index file would lead to failed saves. [#7833](https://github.com/scalableminds/webknossos/pull/7833)
Copy file name to clipboardExpand all lines: webknossos-tracingstore/app/com/scalableminds/webknossos/tracingstore/tracings/volume/VolumeSegmentIndexBuffer.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ class VolumeSegmentIndexBuffer(tracingId: String,
148
148
(hits, misses)
149
149
}
150
150
151
-
// Get a map from segment index to bucket position (e.g. an index) from all sources (buffer, fossilDB, file)
151
+
// Get a map from segment to bucket position (e.g. an index) from all sources (buffer, fossilDB, file)
0 commit comments