• 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

Revision50bb834dffca250b099106b7896d1ee91012c8bd (tree)
Time2011-10-30 11:48:07
Authorh677 <h677>
Commiterh677

Log Message

IE9以外でも除算エラーを無効にしていたのを修正
リンクバーでD&Dで入れ替えると例外が起きる不具合の修正

Change Summary

Incremental Difference

--- a/Giko.pas
+++ b/Giko.pas
@@ -936,7 +936,6 @@ begin
936936 // IE 9‚̏ꍇ‚¾‚¯A–³Œøƒrƒbƒg‚𗧂Ăé
937937 Set8087CW(FCwSave or $0004);
938938 end;
939- Set8087CW(FCwSave or $0004);
940939 Sort.SetSortDate(Now());
941940
942941 FTreeType := gttNone;
@@ -5294,8 +5293,7 @@ begin
52945293 SenderNode.Selected := False;
52955294 FavoriteDragDrop( SenderNode, Source );
52965295
5297- SetLinkBar;
5298-
5296+ PostMessage( Handle, USER_SETLINKBAR, 0, 0 );
52995297 end;
53005298
53015299 procedure TGikoForm.LinkToolButtonOnMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
Binary files a/gikoNavi.res and b/gikoNavi.res differ