• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revisione54db22b89ec57c2bb53e052036fc12b9a8875c6 (tree)
Time2007-05-11 00:29:04
Authorh677 <h677>
Commiterh677

Log Message

レスポップアップさせたことの無い状態で、数値右クリックでAccessViolation

Change Summary

Incremental Difference

--- a/Giko.pas
+++ b/Giko.pas
@@ -4839,10 +4839,14 @@ begin
48394839 ThreadItem := GetActiveContent;
48404840 if ThreadItem <> nil then begin
48414841 Num := StrToInt64(s);
4842- FHint.PopupType := gptThread;
4842+ //FHint.PopupType := gptThread;
4843+ if (FResPopupBrowser = nil) then begin
4844+ FResPopupBrowser := TResPopupBrowser.Create(BrowserPanel);
4845+ ShowWindow(FResPopupBrowser.Handle, SW_HIDE);
4846+ end;
48434847 HTMLCreater.SetResPopupText(FResPopupBrowser.CreateNewBrowser, ThreadItem, Num, Num, False, False);
4844- if FHint.ResCount <> 0 then
4845- ShowTextPopup;
4848+ //if FHint.ResCount <> 0 then
4849+ // ShowTextPopup;
48464850 Result := False;
48474851 end else
48484852 Result := True;