mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 20:53:15 +00:00
1. Updated Windows Installer
a. Attached Connection Details Dialog b. Added translation support c. Added HighDPI support d. Replaced default image, with scaled PNG e. Added Custom Image support 2. Updated win-userconsent to use High Quality Bicubic, instead of Bicubic
This commit is contained in:
@@ -16,8 +16,8 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
const HALFTONE = 4;
|
||||
const SmoothingModeAntiAlias = 4;
|
||||
const InterpolationModeBicubic = 5;
|
||||
const SmoothingModeAntiAlias = 5;
|
||||
const InterpolationModeBicubic = 8;
|
||||
|
||||
const WM_SETFONT = 0x0030;
|
||||
const WM_CTLCOLORSTATIC = 0x0138;
|
||||
|
||||
Reference in New Issue
Block a user