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
select this 'ww' and try to drag-drop it from 1st tab to 2nd tab (move mouse over ui-tabs, only 1 tab group is shown)
Seems like a Lazarus bug - crash is inside Controls unit, and I cannot find how to fix it, debugger can't show me the pascal code with error..
Access Violation in the procedure TDragPerformer.DragMove(APosition: TPoint);
The text was updated successfully, but these errors were encountered:
It crashes only on Windows:
+ tab
to make 2nd empty tabSeems like a Lazarus bug - crash is inside Controls unit, and I cannot find how to fix it, debugger can't show me the pascal code with error..
Access Violation in the
procedure TDragPerformer.DragMove(APosition: TPoint);
The text was updated successfully, but these errors were encountered: