mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-30 23:00:18 -05:00
Fix for SimbaSettings.
This commit is contained in:
parent
edf0d61fb8
commit
36df4aab13
@ -86,7 +86,8 @@ var
|
||||
|
||||
begin
|
||||
p := Mouse.CursorPos;
|
||||
pp := TSettingsForm(Sender).ScreenToClient(p);
|
||||
|
||||
pp := TTreeView(Sender).ScreenToClient(p);
|
||||
N := SettingsTreeView.GetNodeAt(pp.x, pp.y);
|
||||
if N <> nil then
|
||||
if assigned(N.Data) then
|
||||
|
Loading…
Reference in New Issue
Block a user