Skip to content
  • Elliot Lee's avatar
    gtk_button_remove(): When removing a child widget from a button, we don't · 39a05c0b
    Elliot Lee authored
    
    
    gtk_button_remove():
    	When removing a child widget from a button, we don't want to check
    	the child's visibility after removal (for the purpose of knowing
    	whether a queue_resize is needed), we want to check it *before*,
    	because the child may be destroyed during the
    	gtk_widget_unparent()
    
    	The diff is clearer than this stupid log message. :)
    39a05c0b