[longomatch] Fix tagger widget when only half field is on
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix tagger widget when only half field is on
- Date: Tue, 6 Aug 2013 20:05:21 +0000 (UTC)
commit 374c05b3358058076f44efec721d9e75062f12f2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 6 22:04:04 2013 +0200
Fix tagger widget when only half field is on
LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
index f4064a2..0efc1a9 100644
--- a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
+++ b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
@@ -74,7 +74,7 @@ namespace LongoMatch.Gui.Dialog
}
}
- if (!play.Category.TagFieldPosition && !play.Category.TagGoalPosition) {
+ if (!play.Category.TagFieldPosition && !play.Category.TagHalfFieldPosition &&
!play.Category.TagGoalPosition) {
coordstagger.Visible = false;
(mainvbox[hbox] as Gtk.Box.BoxChild).Expand = true;
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]