[gedit-code-assistance] Fix save followed by save instead of restore
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-code-assistance] Fix save followed by save instead of restore
- Date: Thu, 26 Mar 2015 08:08:25 +0000 (UTC)
commit 57df05dfd63ca497154e9c7fe33b33f8f95b8334
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Mar 26 09:07:44 2015 +0100
Fix save followed by save instead of restore
src/gca-diagnostic-message.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gca-diagnostic-message.vala b/src/gca-diagnostic-message.vala
index 0906683..6ebbf64 100644
--- a/src/gca-diagnostic-message.vala
+++ b/src/gca-diagnostic-message.vala
@@ -430,7 +430,7 @@ class DiagnosticMessage : EventBox
ctx.render_background(context, 0, 0, alloc.width, alloc.height);
ctx.render_frame(context, 0, 0, alloc.width, alloc.height);
- ctx.save();
+ ctx.restore();
base.draw(context);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]