View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000136 | Gorilla3D | Bug Reports | public | 2021-01-22 09:36 | 2021-02-08 08:48 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | tweak | Reproducibility | sometimes |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.8.3.x | ||||
| Target Version | 0.8.3.x | Fixed in Version | 0.8.3.x | ||
| Summary | 0000136: Viewport resize at designtime not updating content | ||||
| Description | IDE do not updates viewport correctly. Maybe due to render optimizations a redrawn is not executed at design time | ||||
| Steps To Reproduce | I had a Viewport on the form and some buttons around. When double-click on form's caption to maximize the Window the Viewport "wrongly" resize the content. Some buttons was "overdrawn" by viewport. [...] Maximizing is not "same" like resize via drag-drop. | ||||
| Tags | No tags attached. | ||||
| Delphi-Version | 10.4.1 | ||||
| OpenGLVersion | OpenGL 4.3 | ||||
|
|
UPDATE: The maximize / restore problem is not in design time problem. Happens also at runtime. |
|
|
On resizing a TRenderer no invalidate was called, so the rendered image stays as it was. I've implemented an Invalidate() call on resize to force re-rendering. In some cases it didn't occurred, because an animation was played back or a TTimer with Invalidate already existed |
|
|
Further changes are documented in another task |
|
|
Correct color order bugfix implemented. New package needs to be built. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-01-22 09:36 | administrator | New Issue | |
| 2021-01-22 09:36 | administrator | Status | new => assigned |
| 2021-01-22 09:36 | administrator | Assigned To | => administrator |
| 2021-01-22 09:37 | administrator | Description Updated | |
| 2021-01-22 12:08 | administrator | Note Added: 0000146 | |
| 2021-01-26 10:20 | administrator | Status | assigned => confirmed |
| 2021-01-26 10:20 | administrator | Note Added: 0000149 | |
| 2021-02-08 08:47 | administrator | Note Added: 0000151 | |
| 2021-02-08 08:48 | administrator | Status | confirmed => resolved |
| 2021-02-08 08:48 | administrator | Resolution | open => fixed |
| 2021-02-08 08:48 | administrator | Fixed in Version | => 0.8.3.x |
| 2021-02-08 08:48 | administrator | Note Added: 0000152 |