You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input elements (dgs-edit and dgs-memo) were previously clickable by all mouse buttons. This was changed to only allow left-click, or any other button specified in the new 'mouseButtons' property.
Previously, the focus could be clicked using any mouse button. This was changed to only allow left-click, or any other button specified in the new 'mouseButtons' property.
Changelog:
Added Function: dgs3DInterfaceGetDoublesided
Added Function: dgs3DInterfaceSetDoublesided
Added Function: dgs3DInterfaceProcessLineOfSight
Added Event: onDgsTranslationTableChange
Added Function: dgsCheckBoxGetButtonSide
Added Function: dgsCheckBoxSetButtonSide
Added Function: dgsCheckBoxGetButtonAlign
Added Function: dgsCheckBoxSetButtonAlign
Added Function: dgsRadioButtonGetButtonSide
Added Function: dgsRadioButtonSetButtonSide
Added Function: dgsRadioButtonGetButtonAlign
Added Function: dgsRadioButtonSetButtonAlign
Fixed: typo in styleSettings
Fixed: Multilingual property listener
Added Property: horizontalMoveOffset/verticalMoveOffset for scale pane
Refactored: Cursor Management
Refactored: internal function getParentLocation -> dgsGetElementPositionOnScreen
Fixed: scroll bar may be not able to scroll when using grade.
Fixed: cursor disappear when main menu is active with custom cursor.
Fixed: text of edit renders wrongly with horizontal alignment center and padding
Fixed: dgsSetPropertyInherit doesn't work
Fixed: render target aren't cleared if element doesn't have parent when invisible
Fixed: 3d interface has weird transparency when cursor shows/hides
Fixed: disabled element can be clicked in debugdgs 3
Fixed: Wrong render result of rounded rectangle
Added: Global Edit/Memo destroy detector
Fixed: Error when destroying element in onDgsMouseClickUp
Fixed: Error when scroll position of memo is an invalid value
Refactored: Mouse click event
Fixed: Error when using DetectArea
Fixed: Error when using debugdgs 3
Fixed: Error when destroying/deleting tab
Added Property: scrollBarAlignment for gridlist. Only vertical scrollbar is supported at the moment
Fixed: G2D Hooker should return false instead of throwing an error when a gridlist/combobox value is out of range
Fixed: Infinite loop in animations (pieT)
Fixed: textPadding for checkbox and radiobutton (pieT)
Fixed: ColorPicker: Fix typo HSL - HSV and minor code cleanup inside HSVRingChange function (pieT)
Fixed: Improve server-side messages
Fixed: Issue where middle mouse button fails to trigger click events
Added: Middle mouse button to debugdgs
Fixed: cData error occurring when the custom cursor image is destroyed
Added Property: subPixelPositioning for button
Fixed: Memory leak caused by the color picker component selector
Fixed: Prevent DGS from changing the cursor alpha on DGS stop if custom cursor is disabled
Fixed: Editbox/Memo becoming unfocusable after opening main menu/console