--- a/dialogs/ForceVariableDialog.py Thu Feb 14 10:19:30 2019 +0300
+++ b/dialogs/ForceVariableDialog.py Thu Feb 14 10:27:24 2019 +0300
@@ -213,7 +213,12 @@
self.ValueTextCtrl.SetValue(text(value))
+ Checks new entered value + before closing dialog window value = self.ValueTextCtrl.GetValue()
message = _("You must type a value!")
@@ -223,9 +228,10 @@
dialog = wx.MessageDialog(self, message, _("Error"), wx.OK | wx.ICON_ERROR)