[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/qeditor
From:       Harald Fernengel <harald () kdevelop ! org>
Date:       2003-02-08 1:10:13
[Download RAW message or body]

CVS commit by harald: 

allow the user to go to a line number greater than 99


  M +3 -0      gotolinedialog.ui.h   1.4


--- kdevelop/parts/qeditor/gotolinedialog.ui.h  #1.3:1.4
@@ -8,8 +8,11 @@
 #include "qeditor.h"
 
+#include <limits.h>
+
 void GotoLineDialog::init()
 {
     m_editor = 0;
     spinLineNumber->setMinValue( 1 );
+    spinLineNumber->setMaxValue( INT_MAX );
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic