]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / gtk / window.cpp
index 9bd0dc994e64d10c7966deb8ec8f3cb708d07244..950f84f25afb1bb1cdf119d445ff12792e06bb15 100644 (file)
@@ -507,7 +507,7 @@ void wxgtk_combo_size_request_callback(GtkWidget *widget,
         (gcombo->button, &entry_req );
     
     requisition->width = w - entry_req.width;
-    requisition->height = entry_req.height+4;  // TODO: why +4?
+    requisition->height = entry_req.height;
 }
 }