| commit | 4dac00ca0c8138b5db6434a15dc273ee8b26cfbd | [log] [tgz] |
|---|---|---|
| author | ocornut <omar@miracleworld.net> | Thu Dec 11 23:12:52 2025 +0100 |
| committer | ocornut <omar@miracleworld.net> | Thu Dec 11 23:24:43 2025 +0100 |
| tree | 738481fe045d6968fe980d698b23a3d060bdac1e | |
| parent | fc89c61089729f72aa0579f689406edfbddd603a [diff] |
Windows: fixed always updating internal buffer for ### window titles even when Ctrl+Tab window is hidden. Instead forcing an update on mismatching when appearing. 3997e8b555 was already doing that. (Relates to 8e67fe1: code assume pointer used to be nulled when ctrl+tab window is disabled. not the case).