Correct small bug.
This commit is contained in:
parent
d7b6b1d71e
commit
f910550c0f
6
src/external/MuSRFitGUI/MuSRFit.pl
vendored
6
src/external/MuSRFitGUI/MuSRFit.pl
vendored
@ -1,6 +1,6 @@
|
||||
# Form implementation generated from reading ui file 'MuSRFit.ui'
|
||||
#
|
||||
# Created: Wed Sep 9 23:02:40 2009
|
||||
# Created: Thu Sep 10 08:22:47 2009
|
||||
# by: The PerlQt User Interface Compiler (puic)
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
@ -571,7 +571,7 @@ sub NEW
|
||||
setName("MuSRFitform" );
|
||||
}
|
||||
setSizePolicy(Qt::SizePolicy(3, 3, 1, 1, this->sizePolicy()->hasHeightForWidth()) );
|
||||
setMinimumSize(Qt::Size(23, 222) );
|
||||
setMinimumSize(Qt::Size(21, 227) );
|
||||
setIcon($image0 );
|
||||
|
||||
setCentralWidget(Qt::Widget(this, "qt_central_widget"));
|
||||
@ -2526,7 +2526,7 @@ sub GoFit
|
||||
|
||||
my %All=CreateAllInput();
|
||||
CallMSRCreate();
|
||||
musrfit_tabs->setCurrentTab(1);
|
||||
# musrfit_tabs->setCurrentTab(1);
|
||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||
if (-e $FILENAME) {
|
||||
my $cmd="musrfit -t $FILENAME";
|
||||
|
4
src/external/MuSRFitGUI/MuSRFit.ui
vendored
4
src/external/MuSRFitGUI/MuSRFit.ui
vendored
@ -22,8 +22,8 @@
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>23</width>
|
||||
<height>222</height>
|
||||
<width>21</width>
|
||||
<height>227</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="caption">
|
||||
|
2
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
2
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
@ -592,7 +592,7 @@ void MuSRFitform::GoFit()
|
||||
{
|
||||
my %All=CreateAllInput();
|
||||
CallMSRCreate();
|
||||
musrfit_tabs->setCurrentTab(1);
|
||||
# musrfit_tabs->setCurrentTab(1);
|
||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||
if (-e $FILENAME) {
|
||||
my $cmd="musrfit -t $FILENAME";
|
||||
|
Loading…
x
Reference in New Issue
Block a user