set value if not empty
This commit is contained in:
@@ -2365,7 +2365,8 @@ class EditorWrapper(object):
|
|||||||
|
|
||||||
def on_pick_btn(btn, entry):
|
def on_pick_btn(btn, entry):
|
||||||
s = cmd2string("nwg-icon-picker")
|
s = cmd2string("nwg-icon-picker")
|
||||||
entry.set_text(s)
|
if s:
|
||||||
|
entry.set_text(s)
|
||||||
|
|
||||||
|
|
||||||
class ControlsCustomItems(Gtk.Frame):
|
class ControlsCustomItems(Gtk.Frame):
|
||||||
|
Reference in New Issue
Block a user