mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
a?adido minimunSizeHint a yacreader_flow_gl (corrige crash al redimensionarlo)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user