瀏覽代碼

Fix the Project Options dialog not reacting correctly to changing the target from a regular program to another target or the other way round.

git-svn-id: file:///var/svn/tigccpp/trunk@877 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 年之前
父節點
當前提交
befc4ba057
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 0
      ktigcc/NEWS
  2. 2 2
      ktigcc/projectoptions.ui

+ 2 - 0
ktigcc/NEWS

@@ -4,6 +4,8 @@ KTIGCC 1.02 (2006-09-05):
 
 * Fixed inverted logic bug causing the Debug menu and toolbar buttons to get
   hidden during File/New/Project.
+* Fixed the Project Options dialog not reacting correctly to changing the target
+  from a regular program to another target or the other way round.
 
 
 KTIGCC 1.01 (2006-08-21):

+ 2 - 2
ktigcc/projectoptions.ui

@@ -8,7 +8,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>465</width>
+            <width>494</width>
             <height>457</height>
         </rect>
     </property>
@@ -1568,7 +1568,7 @@
         <sender>RegularProgram</sender>
         <signal>toggled(bool)</signal>
         <receiver>ProjectOptions</receiver>
-        <slot>CompressProgram_toggled(bool)</slot>
+        <slot>RegularProgram_toggled(bool)</slot>
     </connection>
     <connection>
         <sender>ExternalDataVariable</sender>