This commit is contained in:
DavidXanatos 2024-04-20 13:37:58 +02:00
parent c953a38b5c
commit 57f464df65
3 changed files with 6 additions and 5 deletions

View File

@ -29,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issues with updater broke with new qt due to missing SSL support [3810](https://github.com/sandboxie-plus/Sandboxie/discussions/3810)
- fixed Enabling "DropAdminRights/FakeAdminRights" adds "BlockInterferePower and ForceProtectionOnMount" to the INI [#3825](https://github.com/sandboxie-plus/Sandboxie/issues/3825)
- fixed KeePass "Out of Memory" crash due to "BlockScreenCapture=y" [#3768](https://github.com/sandboxie-plus/Sandboxie/issues/3768)
- fixed Sandboxie 1.13.4 with IsBlockCapture=y brakes on Windows 7 [#3769](https://github.com/sandboxie-plus/Sandboxie/issues/3769)

View File

@ -57,7 +57,7 @@
#define WM_DDE_LAST (WM_DDE_FIRST+8)
#define GET_WIN_API(name, lib) \
P_##name name = Ldr_GetProcAddrNew(lib, #name, #name); \
P_##name name = Ldr_GetProcAddrNew(lib, L#name, #name); \
if(!name) return NULL;
//---------------------------------------------------------------------------

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>785</width>
<height>539</height>
<height>557</height>
</rect>
</property>
<property name="sizePolicy">
@ -823,17 +823,17 @@
<string>Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.</string>
</property>
<property name="text">
<string>Prevent interference with the user interface (Experimental, see tooltop)</string>
<string>Prevent interference with the user interface (Experimental)</string>
</property>
</widget>
</item>
<item row="13" column="1" colspan="2">
<widget class="QCheckBox" name="chkBlockCapture">
<property name="statusTip">
<string>This feature does not block all means of optaining a screen capture only some common once, also it may cause UI glitches</string>
<string>This feature does not block all means of optaining a screen capture only some common once.</string>
</property>
<property name="text">
<string>Prevent sandboxed processes from capturing window images (Experimental, see tooltip)</string>
<string>Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)</string>
</property>
</widget>
</item>