Skip to content

Commit

Permalink
Enabled experimental scalebar
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Sep 4, 2023
1 parent 31ce972 commit 5d690bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(fastpathology)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
set(FP_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

set(CMAKE_CXX_STANDARD 17)
Expand Down
1 change: 1 addition & 0 deletions source/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ void MainWindow::createOpenGLWindow() {
view->set2DMode();
view->setBackgroundColor(Color(OpenGL_background_color, OpenGL_background_color, OpenGL_background_color)); // setting color to the background, around the WSI
view->setAutoUpdateCamera(true);
view->setScalebar(true);

// create QSplitter for adjustable windows
auto mainSplitter = new QSplitter(Qt::Horizontal);
Expand Down

0 comments on commit 5d690bd

Please sign in to comment.