View Issue Details

IDProjectCategoryView StatusLast Update
0020604Open CASCADEOCCT:Visualizationpublic2010-06-29 16:20
ReporteraslAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSLinux 
Summary0020604: Color scale has wrong size after window resize
DescriptionIf view window is resized and the method MustBeResized() is called for
corresponding V3d_View with displayed color scale, the size of color scale is
incorrect. For example, if window is maximized, the color scale has previous
size. If after that the window is resized to previous size, the color scale has
size larger than window current size.

It seems that problem is incorrect order of statements in the
V3d_View::MustBeResized() method:
1. MyLayerMgr->Resized()
2. MyView->Resized()
3. ....
Maybe, the steps 1 and 2 should be permuted
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-06-29 16:20 bugmaster Status new => closed
2010-06-29 16:20 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization