Package: kbruch
Version: 4:4.14.1-1
Severity: minor

Steps to reproduce the issue:

Fraction-> Learning -> Settings -> Show StatusBar.

Issue: Status Bar is not getting displayed.

A patch for removing this menu item is attached.


Regards,
Prathibha
Senior Engineer
CDAC Chennai
-------------------------------------------------------------------------------------------------------------------------------
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
-------------------------------------------------------------------------------------------------------------------------------

Description: 
   * Removed 'Show StatusBar' menu item from Learning.
Author: Prathibha B <prathib...@cdac.in>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- kbruch-4.14.1.orig/src/FractionRingWidget.cpp
+++ kbruch-4.14.1/src/FractionRingWidget.cpp
@@ -218,7 +218,8 @@ void FractionRingWidget::setupActions()
 
     if (!initialGeometrySet())
         resize(QSize(725, 330).expandedTo(minimumSizeHint()));
-    setupGUI(ToolBar | Keys | StatusBar | Create);
+    setupGUI(ToolBar | Keys);
+    
     setAutoSaveSettings();
 }
 

Reply via email to