mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
a?adido minimunSizeHint a yacreader_flow_gl (corrige crash al redimensionarlo)
This commit is contained in:
parent
d1ea427183
commit
62a6561485
@ -257,14 +257,14 @@ YACReaderFlowGL::~YACReaderFlowGL()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*QSize YACReaderFlowGL::minimumSizeHint() const
|
QSize YACReaderFlowGL::minimumSizeHint() const
|
||||||
{
|
{
|
||||||
return QSize(800, 480);
|
return QSize(320, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
QSize YACReaderFlowGL::sizeHint() const
|
/*QSize YACReaderFlowGL::sizeHint() const
|
||||||
{
|
{
|
||||||
return QSize(800, 480);
|
return QSize(320, 200);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
void YACReaderFlowGL::initializeGL()
|
void YACReaderFlowGL::initializeGL()
|
||||||
|
@ -173,7 +173,7 @@ public:
|
|||||||
~YACReaderFlowGL();
|
~YACReaderFlowGL();
|
||||||
|
|
||||||
//size;
|
//size;
|
||||||
//QSize minimumSizeHint() const;
|
QSize minimumSizeHint() const;
|
||||||
//QSize sizeHint() const;
|
//QSize sizeHint() const;
|
||||||
|
|
||||||
/*functions*/
|
/*functions*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user