Corrected GUI layout resizing issues on Linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3237 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Edson W. R. Pereira
2013-04-28 14:47:45 +00:00
parent f1795eea6d
commit ab4aa25cf3
5 changed files with 1402 additions and 1091 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
*/
/*
*
* Hamlib C++ bindings - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
@@ -33,7 +34,7 @@
#endif
#include <hamlib/rig.h>
#include <hamlib/rigclass.h>
#include "rigclass.h"
#define CHECK_RIG(cmd) { int _retval = cmd; if (_retval != RIG_OK) \
THROW(new RigException (_retval)); }