cryptum 0.0.319 → 0.0.320
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cryptum/event/pane.rb +6 -4
- data/lib/cryptum/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1dc9a031f9016aa51791a274952b89497f99019ba4df6b53d3a0f7fc4b928ef
|
4
|
+
data.tar.gz: fabcdebed66a003cb1e7ac823b10aa5ee547bdf9703aad930d49615358bff579
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8942cf6e920fa3f6172f2987d15163604e9a975dc65290dd883fbbe827a69c6a77333e46e840c1a85e37985e5d720cb4645f6a9d38ea26cdcdac15bf36a23cec
|
7
|
+
data.tar.gz: 2062bfe9757f0c9babf2df1b98768338d9f13ffa6338fadf90d7bb821d752a337b1af3b9734262f7a0b6529014008159b7c19207fc2ad72df4c8296b2adc080b
|
data/lib/cryptum/event/pane.rb
CHANGED
@@ -35,10 +35,12 @@ module Cryptum
|
|
35
35
|
terminal_win.key_press_event.key_enter = false
|
36
36
|
|
37
37
|
if event_history.order_plan_win_active
|
38
|
-
|
39
|
-
event_history.order_plan_details_win_active
|
40
|
-
|
41
|
-
|
38
|
+
unless event_history.red_pill
|
39
|
+
if event_history.order_plan_details_win_active
|
40
|
+
event_history.order_plan_details_win_active = false
|
41
|
+
else
|
42
|
+
event_history.order_plan_details_win_active = true
|
43
|
+
end
|
42
44
|
end
|
43
45
|
elsif event_history.order_execute_win_active
|
44
46
|
if event_history.order_execute_details_win_active
|
data/lib/cryptum/version.rb
CHANGED