Эх сурвалжийг харах

fix: dialog.ask cursor position at the end

micha 2 жил өмнө
parent
commit
9629dbb6bc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -166,7 +166,7 @@ class Dialog():
         self.e.config(highlightcolor= "red")
         #self.e_txt.set(str(initialvalue)+"<")
         self.e_txt.set(str(initialvalue))
-        #self.e.icursor(999)
+        self.e.icursor(999)
         self.e.selection_range(0, 999)#"end")
         
         self.e.bind("<Key>",self.event)