Skip to content

Commit

Permalink
Merge 988bb65 into b432379
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 18, 2018
2 parents b432379 + 988bb65 commit 7315f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>General:</strong> only handle a URL when OpenCOR is visible and no modal dialog is active (see issue <a href=\"https://github.com/opencor/opencor/issues/1802\">#1802</a>)." },
{ "change": "<strong>General:</strong> only handle a URL when OpenCOR is visible and no modal dialog is active (see issue <a href=\"https://github.com/opencor/opencor/issues/1802\">#1802</a>). Don't force the use of 96 DPI anymore (see issue <a href=\"https://github.com/opencor/opencor/issues/1810\">#1810</a>)." },
{ "change": "<strong>Graph Panel widget:</strong> improved the plotting speed of simulation data (see issue <a href=\"https://github.com/opencor/opencor/issues/1806\">#1806</a>)." },
{ "change": "<strong>Simulation Experiment view:</strong> provide more user-friendly simulation time information (see issue <a href=\"https://github.com/opencor/opencor/issues/1804\">#1804</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://libgit2.github.com/\">libgit2</a> to version 0.27.4 (see issue <a href=\"https://github.com/opencor/opencor/issues/1799\">#1799</a>)." }
Expand Down
7 changes: 1 addition & 6 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,7 @@ int main(int pArgC, char *pArgV[])

OpenCOR::initPluginsPath(pArgC, pArgV);

// Create the GUI version of OpenCOR after making sure that we use 96 DPI no
// matter what
// Note: the use 96 DPI must be enforced before creating our GUI
// application...

QApplication::setAttribute(Qt::AA_Use96Dpi);
// Create the GUI version of OpenCOR

OpenCOR::GuiApplication *guiApp = new OpenCOR::GuiApplication(pArgC, pArgV);

Expand Down

0 comments on commit 7315f60

Please sign in to comment.