Skip to content

Commit 53284e8

Browse files
authored
Merge pull request #324 from DigitalSlideArchive/frame-preset-css
A minor css change for the frame selector preset
2 parents cd58226 + 17e11e1 commit 53284e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

histomicsui/web_client/panels/AnnotationSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ var AnnotationSelector = Panel.extend({
413413
if (this.viewer && !this.viewer._saving) {
414414
this.viewer._saving = {};
415415
}
416-
const vsaving = (this.viewer || {})._saving;
416+
const vsaving = (this.viewer || {})._saving || {};
417417
if (!annotation._saving && !annotation._inFetch && !annotation.get('loading')) {
418418
vsaving[annotation.id] = true;
419419
this.$el.addClass('saving');

histomicsui/web_client/stylesheets/panels/frameSelectorWidget.styl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@
103103

104104
#composite-layer-table .auto-range-col .percentage-input input
105105
width 60px
106+
107+
.presets-menu
108+
font-size 0
109+
110+
*
111+
font-size 14px

0 commit comments

Comments
 (0)