Bad rendering of result grid when switching SQL windows

Hello Allroundautomations,
I have a problem with my copy of PL/SQL Developer.
When I switch between windows, my SQL result set renders badly: the results are "cropped" and don't fill the entire space. Here's a screenshot:

When I click on them, though, data shows up correctly.
How can I fix this? Is there some option?

Thanks
Davide

Here's my support info:
PL/SQL Developer
Version 11.0.6.1776
01.93010 - 5 user license
Service Contract: 01/02/2015
Windows 7 (64-bit) Build 7601 (Service Pack 1)

Physical memory : 4.194.304 kB (2.759.656 available)
Paging file : 4.194.304 kB (4.194.304 available)
Virtual memory : 2.097.024 kB (1.825.692 available)

Parameters
C:\SCMAPPS\plsqldev\plsqldev.exe

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: False

Preference Files
C:\SCMAPPS\plsqldev\Preferences\Default\Default.ini
C:\Users\dbizzocchi\AppData\Roaming\PLSQL Developer\Preferences\dbizzocchi\default.ini

License File
C:\SCMAPPS\plsqldev\aalf.dat

Debug file
C:\SCMAPPS\plsqldev\PlSqlDev.elf

Plug-Ins
*Active Query Builder (C:\SCMAPPS\plsqldev\PlugIns\ActiveQueryBuilder.dll)
*LBC Recall Named SQL (C:\SCMAPPS\plsqldev\PlugIns\LBCNamedSQL.dll)
*PL/SQL Documentation (plsqldoc) (C:\SCMAPPS\plsqldev\PlugIns\plsqldoc.dll)
*Red Gate Deployment Plug-In (C:\SCMAPPS\plsqldev\PlugIns\RedGate.dll)
*TNSEditor Plugin (C:\SCMAPPS\plsqldev\PlugIns\TNSEditorPlugin.dll)
*Version Control Interface 1.2 (C:\SCMAPPS\plsqldev\PlugIns\VCS.dll)
(* is Active)

Aliases
APGSTLNX.scmgroup.com
APTRELNX.scmgroup.com
ASDB.scmgroup.com
CINE.SCMGROUP.COM
dms.SCMGROUP.COM
...

Homes
OraClient10g_home2 (c:\oracle\product\10.2.0\client_1)
ORAHOME (C:\ORACLE\ORA81)
ORAHOME_FORMS (C:\ORANT)
ORAHOME1 (C:\ORACLE)

DLLs
c:\oracle\product\10.2.0\client_1\bin\oci.dll

TNS File
c:\oracle\product\10.2.0\client_1\Network\Admin\tnsnames.ora

Using
Home: OraClient10g_home2
DLL: c:\oracle\product\10.2.0\client_1\bin\oci.dll
OCI: Version 10.2

Character Sets
Character size: 3 byte(s)
CharSetID: 0
NCharSetID: 873
Unicode Support: False
NLS_LANG: ITALIAN_ITALY.UTF8

Monitor
Id = 0
Primary = True
Handle = 1895570375
Left = 0
Top = 0
Width = 1920
Height = 1080

MainFormOnTaskbar = False
 
It happens with all type of windows, for example:
- I execute a query in a SQL window: results shows correctly
- I switch to another window (package, test, another SQL window)
- I switch back to the first SQL window: the result grid is cropped.
- I click on the result grid: it renders back correctly.

I just noticed that the size of the crops is the exact same size of the SQL window when it's not maximized, see below:



 
Back
Top