View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0020604 | Open CASCADE | OCCT:Visualization | public | 2008-11-06 11:33 | 2010-06-29 16:20 |
| Reporter | Assigned To | bugmaster | |||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | unable to reproduce | ||
| OS | Linux | ||||
| Summary | 0020604: Color scale has wrong size after window resize | ||||
| Description | If 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 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||