it should be working now, closes #6
This commit is contained in:
parent
64c3cdb4a5
commit
65c872710a
1 changed files with 2 additions and 0 deletions
|
|
@ -663,6 +663,8 @@ static void MwLLDetachImpl(MwLL handle, MwPoint* point) {
|
|||
rc2.bottom -= rc2.top;
|
||||
|
||||
SetWindowPos(handle->gdi.hWnd, HWND_TOPMOST, rc.left, rc.top, rc2.right == 0 ? 1 : rc2.right, rc2.bottom == 0 ? 1 : rc2.bottom, SWP_FRAMECHANGED | SWP_NOACTIVATE);
|
||||
|
||||
handle->gdi.get_darktheme = 1;
|
||||
}
|
||||
|
||||
static void MwLLShowImpl(MwLL handle, int show) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue