Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fralx committed Mar 9, 2017
2 parents 00d5b49 + 97365e0 commit 6315e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limereport/lrbasedesignintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ void BaseDesignIntf::emitObjectNamePropertyChanged(const QString &oldName, const

int BaseDesignIntf::borderLineSize() const
{
return 0 /*m_borderLineSize*/;
return m_borderLineSize;
}

void BaseDesignIntf::setBorderLineSize(int value)
Expand Down

0 comments on commit 6315e0f

Please sign in to comment.