Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
2cbcb20f46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/actions/actionCanvas.tsx

+ 1
- 1
src/actions/actionCanvas.tsx View File

@@ -193,7 +193,7 @@ export const actionResetZoom = register({
193 193
         }}
194 194
         size="small"
195 195
       >
196
-        {(appState.zoom.value * 100).toFixed(window?.tmp_glob_dev?.lblZoomFixed || 1)}%
196
+        {(appState.zoom.value * 100).toFixed(window?.tmp_glob_dev?.lblZoomFixed || 0)}%
197 197
       </ToolButton>
198 198
     </Tooltip>
199 199
   ),

Loading…
Cancel
Save