set value if not empty

This commit is contained in:
piotr
2022-05-22 14:57:37 +02:00
parent 8601b41800
commit ad0c154f83

View File

@@ -2365,7 +2365,8 @@ class EditorWrapper(object):
def on_pick_btn(btn, entry):
s = cmd2string("nwg-icon-picker")
entry.set_text(s)
if s:
entry.set_text(s)
class ControlsCustomItems(Gtk.Frame):