[gnome-calculator] programing mode: Force bit digits to be always LTR #258
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] programing mode: Force bit digits to be always LTR #258
- Date: Mon, 7 Feb 2022 06:26:02 +0000 (UTC)
commit 6e9aec62165e7a7a6d99125b8dcdc8dcbfc3c520
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Mon Feb 7 08:25:54 2022 +0200
programing mode: Force bit digits to be always LTR #258
src/math-buttons.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/math-buttons.vala b/src/math-buttons.vala
index 7b355181..90d83857 100644
--- a/src/math-buttons.vala
+++ b/src/math-buttons.vala
@@ -459,6 +459,7 @@ public class MathButtons : Gtk.Box
character_code_entry.activate.connect (character_code_dialog_activate_cb);
bit_panel = builder.get_object ("bit_table") as Gtk.Widget;
+ bit_panel.set_direction (Gtk.TextDirection.LTR);
toggle_bit_buttons = new List<Gtk.Button> ();
var i = 0;
while (true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]