ossp-pkg/as/as-gui/as_reportpanel.cpp 1.9 -> 1.10
--- as_reportpanel.cpp 2003/02/21 10:12:37 1.9
+++ as_reportpanel.cpp 2003/02/21 15:04:04 1.10
@@ -77,7 +77,7 @@
// Make Panel resizeable
this->setSizeGripEnabled(true);
this->setSizePolicy(QSizePolicy((QSizePolicy::SizeType)5,
- (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth()));
+ (QSizePolicy::SizeType)5, 0, 0, this->sizePolicy().hasHeightForWidth()));
// Store matrix and prefs members
m_pReptable = pTable;
|
|