[gnome-calculator/wip/cdavis/gtk4: 6/7] Fixed basic mode not loading initially
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/wip/cdavis/gtk4: 6/7] Fixed basic mode not loading initially
- Date: Tue, 19 Oct 2021 05:32:45 +0000 (UTC)
commit 37002e5ecd155e5fa3be39d4ffdd301fae302b07
Author: Robert Roth <robert roth off gmail com>
Date: Wed Oct 13 14:15:32 2021 +0300
Fixed basic mode not loading initially
src/math-buttons.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/math-buttons.vala b/src/math-buttons.vala
index 2d748c87..77d72ebd 100644
--- a/src/math-buttons.vala
+++ b/src/math-buttons.vala
@@ -27,7 +27,7 @@ public class MathButtons : Gtk.Box
get { return _mode; }
set
{
- if (_mode == value)
+ if (_mode == value && converter != null )
return;
_mode = value;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]