diff options
Diffstat (limited to 'dw/fltkflatview.cc')
-rw-r--r-- | dw/fltkflatview.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/fltkflatview.cc b/dw/fltkflatview.cc index 7f5f88a6..85385394 100644 --- a/dw/fltkflatview.cc +++ b/dw/fltkflatview.cc @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -52,7 +51,7 @@ void FltkFlatView::setCanvasSize (int width, int ascent, int descent) #if 0 FltkWidgetView::setCanvasSize (width, ascent, descent); - + w (width); h (ascent + descent); #endif |