Browse Source

remove previousZoomValue assignement from constructor

pull/1454/head
Fabrizio DUHEM 6 years ago
parent
commit
87a8d4f7e2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/app/ModuleBrowser.cpp

+ 0
- 1
src/app/ModuleBrowser.cpp View File

@@ -149,7 +149,6 @@ struct ModelBox : widget::OpaqueWidget {
// Approximate size as 10HP before we know the actual size.
// We need a nonzero size, otherwise the parent widget will consider it not in the draw bounds, so its preview will not be lazily created.
updateZoomLevel();
previousZoomValue = settings::moduleBrowserZoom;
}

void updateZoomLevel() {


Loading…
Cancel
Save