From 6d8337323f1d60e7845a83508d4bbd1e0318ec3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 May 2012 20:10:32 +0000 Subject: NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/src/cnxconsole.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'NxWidgets/nxwm') diff --git a/NxWidgets/nxwm/src/cnxconsole.cxx b/NxWidgets/nxwm/src/cnxconsole.cxx index 855bd3d0b..ec43c5656 100644 --- a/NxWidgets/nxwm/src/cnxconsole.cxx +++ b/NxWidgets/nxwm/src/cnxconsole.cxx @@ -323,7 +323,6 @@ void CNxConsole::stop(void) void CNxConsole::hide(void) { // Disable drawing and events -#warning "Missing logic" } /** -- cgit v1.2.3