File fix_prestop_clear_bug.patch of Package sumf

--- src/edit_window.cpp
+++ src/edit_window.cpp
@@ -129,7 +129,7 @@
     connect( buttonClearPoststart, SIGNAL( clicked() ), lineEditPoststart, SLOT( clear() ) );
     connect( buttonClearPoststop, SIGNAL( clicked() ), lineEditPoststop, SLOT( clear() ) );
     connect( buttonClearPrestart, SIGNAL( clicked() ), lineEditPrestart, SLOT( clear() ) );
-    connect( buttonClearPrestop, SIGNAL( clicked() ), lineEditPrestop, SLOT( adjustSize() ) );
+    connect( buttonClearPrestop, SIGNAL( clicked() ), lineEditPrestop, SLOT( clear() ) );
 }
 
 /*
--- src/edit_window.ui
+++ src/edit_window.ui
@@ -497,7 +497,7 @@
         <sender>buttonClearPrestop</sender>
         <signal>clicked()</signal>
         <receiver>lineEditPrestop</receiver>
-        <slot>adjustSize()</slot>
+        <slot>clear()</slot>
     </connection>
 </connections>
 <slots>
openSUSE Build Service is sponsored by