revert: uncomment NCCALCSIZE adjustment (#5166)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@
|
|||||||
- Bugfix: Fixed splits not retaining their focus after minimizing. (#5080)
|
- Bugfix: Fixed splits not retaining their focus after minimizing. (#5080)
|
||||||
- Bugfix: Fixed _Copy message_ copying the channel name in global search. (#5106)
|
- Bugfix: Fixed _Copy message_ copying the channel name in global search. (#5106)
|
||||||
- Bugfix: Reply contexts now use the color of the replied-to message. (#5145)
|
- Bugfix: Reply contexts now use the color of the replied-to message. (#5145)
|
||||||
- Bugfix: Fixed top-level window getting stuck after opening settings. (#5161)
|
- Bugfix: Fixed top-level window getting stuck after opening settings. (#5161, #5166)
|
||||||
- Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
|
- Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
|
||||||
- Dev: Change clang-format from v14 to v16. (#4929)
|
- Dev: Change clang-format from v14 to v16. (#4929)
|
||||||
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)
|
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)
|
||||||
|
|||||||
@@ -913,8 +913,8 @@ bool BaseWindow::handleNCCALCSIZE(MSG *msg, long *result)
|
|||||||
auto *ncp = reinterpret_cast<NCCALCSIZE_PARAMS *>(msg->lParam);
|
auto *ncp = reinterpret_cast<NCCALCSIZE_PARAMS *>(msg->lParam);
|
||||||
if (ncp)
|
if (ncp)
|
||||||
{
|
{
|
||||||
// ncp->lppos->flags |= SWP_NOREDRAW;
|
ncp->lppos->flags |= SWP_NOREDRAW;
|
||||||
// ncp->rgrc[0].top -= 1;
|
ncp->rgrc[0].top -= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user