Skip to content

Commit

Permalink
Fixed - Mouse cursor seemed to be unset over main view on startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
t.youngs committed Oct 5, 2010
1 parent 01ffeb3 commit 5f1716c
Show file tree
Hide file tree
Showing 5 changed files with 1,196 additions and 1,090 deletions.
2 changes: 1 addition & 1 deletion aten.kdevelop
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
</envvars>
<abortonerror>true</abortonerror>
<runmultiplejobs>false</runmultiplejobs>
<runmultiplejobs>true</runmultiplejobs>
<numberofjobs>4</numberofjobs>
<dontact>false</dontact>
<makebin/>
Expand Down
2 changes: 1 addition & 1 deletion data/scripts/liquid-water.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ move(1.0, 0.0, 0.0);
chain(H);

# Set box size and determine number of molecules
double boxlength = 10.0;
double boxlength = 20.0;
nmols(boxlength^3 / 29.9);

loadff("spc.ff");
Expand Down
1 change: 1 addition & 0 deletions src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void GuiQt::initialise(int &argc, char **argv)
mainWidget = new TCanvas(ctxt, mainWindow);
mainWidget->probeFeatures();
mainWidget->setGeometry(0,0,800,600);
mainWidget->setCursor(Qt::ArrowCursor);
// Set the main gui widgetcanvas to be associated to the GUIs TCanvas (and vice versa)
mainView.setWidget(mainWidget);
mainWidget->setCanvas(&mainView);
Expand Down
Loading

0 comments on commit 5f1716c

Please sign in to comment.