mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025027: Visualization - 2D layer viewport is updated incorrectly on resize
Test case for issue CR25027
This commit is contained in:
@@ -346,7 +346,7 @@ void Visual3d_ViewManager::Redraw() const
|
||||
{
|
||||
MyDefinedView.Value(i)->Window()->Size (aWidth, aHeight);
|
||||
aWidthMax = Max (aWidthMax, aWidth);
|
||||
aHeightMax = Max (aHeightMax, aWidth);
|
||||
aHeightMax = Max (aHeightMax, aHeight);
|
||||
}
|
||||
|
||||
if (!MyUnderLayer.IsNull())
|
||||
|
Reference in New Issue
Block a user