When placing RscMapControl inside of RscControlsGroup, it is not positioned relative to group control, instead it is positioned by absolute screen coordinates. Group's scroll bars position does not affect the map control position.
Description
Description
Details
Details
- Legacy ID
- 2557859519
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- Scripting
Steps To Reproduce
class MyGroup: RscControlsGroup
{
idc = ...;
x = ...;
y = ...;
w = ...;
h = ...;
class controls
{
class MyMap : RscMapControl { idc = ...; x = 0; y = 0; w = 1; h = 1; };
};
};
Related Objects
Related Objects
- Mentioned Here
- T158730: ctrlMapAnimAdd does not work properly
Event Timeline
Comment Actions
Fixed in https://feedback.bistudio.com/T189016
due to backwards compatibility you need to run a command, or add a config entry to enable it.