Hello community,

here is the log from the commit of package librecad for openSUSE:Factory 
checked in at 2016-10-10 16:24:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librecad (Old)
 and      /work/SRC/openSUSE:Factory/.librecad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librecad"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librecad/librecad.changes        2016-10-04 
16:00:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librecad.new/librecad.changes   2016-10-10 
16:24:55.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct  8 13:24:33 UTC 2016 - jsl...@suse.com
+
+- add: ensured-all-objects-are-shown-when-a-layer-is-toggle.patch
+  (from upstream)
+
+-------------------------------------------------------------------

New:
----
  ensured-all-objects-are-shown-when-a-layer-is-toggle.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librecad.spec ++++++
--- /var/tmp/diff_new_pack.n8Yoen/_old  2016-10-10 16:24:58.000000000 +0200
+++ /var/tmp/diff_new_pack.n8Yoen/_new  2016-10-10 16:24:58.000000000 +0200
@@ -34,6 +34,7 @@
 Source4:        http://wiki.librecad.org/images/9/9d/Electrical1-LCAD.zip
 Source10:       ttf2lff.1
 Source20:       %name-rpmlintrc
+Patch0:         ensured-all-objects-are-shown-when-a-layer-is-toggle.patch
 Patch2:         librecad-no-date.diff
 Patch3:         librecad-use-system-libdxfrw.patch
 Patch4:         librecad-install.diff
@@ -87,7 +88,7 @@
 
 %prep
 %setup -qn LibreCAD-%version -a 2 -a 3 -a 4
-%patch -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 0 -P 2 -P 3 -P 4 -P 5 -p1
 %if 0%{?suse_version} >= 1321
 %patch -P 6 -p1
 %endif




++++++ ensured-all-objects-are-shown-when-a-layer-is-toggle.patch ++++++
From: ravas <ra...@outlook.com>
Date: Mon, 27 Jun 2016 11:04:49 -0700
Subject: ensured all objects are shown when a layer is toggled; #784
Patch-mainline: yes
Git-commit: b4a6c15236f7b3b1e0f9b9f54f29e8b2ea873f0b

Signed-off-by: Jiri Slaby <jsl...@suse.cz>
---
 librecad/src/actions/rs_actionlayerstoggleview.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/librecad/src/actions/rs_actionlayerstoggleview.cpp 
b/librecad/src/actions/rs_actionlayerstoggleview.cpp
index 2d0effa23d4b..4c09672a075b 100644
--- a/librecad/src/actions/rs_actionlayerstoggleview.cpp
+++ b/librecad/src/actions/rs_actionlayerstoggleview.cpp
@@ -43,6 +43,7 @@ void RS_ActionLayersToggleView::trigger() {
     RS_DEBUG->print("toggle layer");
     if (graphic) {
         graphic->toggleLayer(a_layer);
+        graphic->updateInserts();
     }
     finish(false);
 }
-- 
2.10.1


Reply via email to