Browse Source

remove iostream include

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

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

@@ -24,7 +24,6 @@
#include <string.hpp>
#include <history.hpp>
#include <settings.hpp>
#include <iostream>
#include <set>
#include <algorithm>

@@ -149,6 +148,7 @@ 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