gtk3: don't show "missing" icon for each submenu
BUG=none TEST=manually Review URL: https://codereview.appspot.com/6211072
This commit is contained in:
Родитель
4bee2863e8
Коммит
b745ea21b1
|
@ -126,7 +126,8 @@ public class PropImageMenuItem : Gtk.ImageMenuItem, IPropItem {
|
|||
|
||||
private void sync() {
|
||||
set_label(m_property.get_label().get_text());
|
||||
set_icon(m_property.get_icon());
|
||||
if (m_property.get_icon() != "")
|
||||
set_icon(m_property.get_icon());
|
||||
set_visible(m_property.get_visible());
|
||||
set_sensitive(m_property.get_sensitive());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче