Skip to content

Commit

Permalink
docs: 优化措辞
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Jun 5, 2024
1 parent c52fbf7 commit 7ff2dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Interact with Magpie programally.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ destRect.bottom = (LONG)(INT_PTR)GetProp(hwndScaling, L"Magpie.DestBottom");

### Notes

These properties are guaranteed to exist only after the scaling window has completed its initialization. Therefore, it's advisable to check whether the scaling window is visible before retrieving these properties, especially when obtaining the handle using the class name.
These properties are only guaranteed to exist after the scaling window has completed its initialization. Therefore, it is advisable to check whether the scaling window is visible before retrieving these properties, especially when the window handle is obtained using the class name.

## How to Keep Magpie Scaling When Your Window Is in the Foreground

Expand Down
2 changes: 1 addition & 1 deletion docs/以编程方式与 Magpie 交互.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ destRect.bottom = (LONG)(INT_PTR)GetProp(hwndScaling, L"Magpie.DestBottom");

### 注意事项

这些属性只在缩放窗口初始化完成后才保证存在,因此建议在检索属性前检查缩放窗口是否可见,尤其是使用类名获取句柄时
这些属性只在缩放窗口初始化完成后才保证存在,因此建议检索属性前检查缩放窗口是否可见,尤其是当窗口句柄是使用类名获取到的

## 如何使 Magpie 在你的窗口位于前台时保持缩放

Expand Down

0 comments on commit 7ff2dca

Please sign in to comment.