mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 02:09:03 -04:00
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:
+2
-1
@@ -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)); }
|
||||
|
||||
Reference in New Issue
Block a user