(Almost) finished the 'custom triangle view control'...
Well, actually it's just a workaround to intercept keystrokes... It still can't even catch arrow-keys, looks like I missed something... :-\
This commit is contained in:
@ -2444,8 +2444,7 @@ end;
|
||||
|
||||
procedure TMainForm.mnuAutoZoomClick(Sender: TObject);
|
||||
begin
|
||||
EditForm.AutoZoom;
|
||||
EditForm.DrawGraph;
|
||||
EditForm.AutoZoom; // redraw included
|
||||
end;
|
||||
|
||||
function GradTitle(str: string): string;
|
||||
|
Reference in New Issue
Block a user