Исправлен баг с заполнением команды при выборе приложения

pull/32/head
Igor Belitskiy 3 years ago
parent 1d5cb6a51a
commit 12056ff427

File diff suppressed because it is too large Load Diff

@ -400,10 +400,11 @@ void MainWindow::tempate_icon_select(Gtk::IconView *icon, Glib::RefPtr<Gtk::List
str_remove(name_app, del_sim); str_remove(name_app, del_sim);
if (name_app.length() != len_name_app) { if (name_app.length() != len_name_app) {
txtCmd->set_text(name_app); txtCmd->set_text(name_app);
this->denamic_cmd();
break; break;
} }
} }
this->denamic_cmd();
} }
} }
@ -726,7 +727,6 @@ void MainWindow::denamic_cmd() {
else if (name_app.length() != 0) { else if (name_app.length() != 0) {
txtCmd->set_text(this->start_cmd(user_cmd)); txtCmd->set_text(this->start_cmd(user_cmd));
} }
} }
} }

@ -283,9 +283,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -361,9 +358,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -438,9 +432,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -515,9 +506,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -592,9 +580,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -669,9 +654,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -746,9 +728,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -823,9 +802,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -900,9 +876,6 @@ with the specified priority</property>
<attribute name="yalign">4</attribute> <attribute name="yalign">4</attribute>
</attributes> </attributes>
</child> </child>
<style>
<class name="fgnb"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>

Loading…
Cancel
Save