mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027922: Samples - Qt sample document window display problem
This commit is contained in:
parent
ac5b3cbc0a
commit
7e6da17b9f
@ -152,8 +152,8 @@ Standard_Real OcctWindow::Ratio() const
|
|||||||
void OcctWindow::Size ( Standard_Integer& theWidth, Standard_Integer& theHeight ) const
|
void OcctWindow::Size ( Standard_Integer& theWidth, Standard_Integer& theHeight ) const
|
||||||
{
|
{
|
||||||
QRect aRect = myWidget->rect();
|
QRect aRect = myWidget->rect();
|
||||||
theWidth = aRect.right();
|
theWidth = aRect.width();
|
||||||
theHeight = aRect.bottom();
|
theHeight = aRect.height();
|
||||||
}
|
}
|
||||||
|
|
||||||
// =======================================================================
|
// =======================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user