View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002165 | NoesisGUI | C++ SDK | public | 2021-10-27 13:11 | 2021-11-23 20:49 |
Reporter | Logris | Assigned To | jsantos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.1 | ||||
Target Version | 3.1.2 | Fixed in Version | 3.1.2 | ||
Summary | 0002165: View does not resize when window Restored or Maximized | ||||
Description | https://www.noesisengine.com/forums/viewtopic.php?f=3&t=2456 | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Window::SetWidth() and Window::SetHeight() doesn't work either, due to validation void Window::OnDisplaySizeChanged(Display*, uint32_t width, uint32_t height) { if (width != (uint32_t)GetWidth() || height != (uint32_t)GetHeight()) !!!!!!!!!!!!! ... } |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-27 13:11 | Logris | New Issue | |
2021-10-27 13:22 | jsantos | Assigned To | => jsantos |
2021-10-27 13:22 | jsantos | Status | new => assigned |
2021-10-27 13:22 | jsantos | Target Version | => 3.1.2 |
2021-10-28 13:30 | Logris | Note Added: 0007550 | |
2021-10-28 14:14 | Logris | Note Edited: 0007550 | |
2021-11-23 20:49 | jsantos | Status | assigned => resolved |
2021-11-23 20:49 | jsantos | Resolution | open => fixed |
2021-11-23 20:49 | jsantos | Fixed in Version | => 3.1.2 |