Kaynağa Gözat

Fix TNewCheckListBox.RequireRadioSelection. Closes #234.

Martijn Laan 8 yıl önce
ebeveyn
işleme
1152ce6d16
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 1 0
      Projects/ScriptClasses_C.pas
  2. 1 0
      whatsnew.htm

+ 1 - 0
Projects/ScriptClasses_C.pas

@@ -102,6 +102,7 @@ begin
     RegisterProperty('OnKeyUp', 'TKeyEvent', iptrw);
     RegisterProperty('ShowLines', 'Boolean', iptrw);
     RegisterProperty('WantTabs', 'Boolean', iptrw);
+    RegisterProperty('RequireRadioSelection', 'Boolean', iptrw);
     RegisterProperty('OnEnter', 'TNotifyEvent', iptrw);
     RegisterProperty('OnExit', 'TNotifyEvent', iptrw);
 

+ 1 - 0
whatsnew.htm

@@ -29,6 +29,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 <p><a name="5.5.10"></a><span class="ver">5.5.10 </span><span class="date">(?)</span></p>
 <ul>
 <li><i>Fix:</i>In 5.5.9 it was no longer possible to include a drive colon in [Setup] section directive <tt>OutputManifestFile</tt>.</li>
+<li>Minor tweaks.</li>
 </ul>
 
 <p><a name="5.5.9"></a><span class="ver">5.5.9 </span><span class="date">(2016-04-06)</span></p>