Fixed terminal size bug

This commit is contained in:
BenDol 2014-04-02 20:50:36 +13:00
parent f334a03397
commit d45fbcb10f
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ function toggle()
if not firstShown then if not firstShown then
local settings = g_settings.getNode('terminal-window') local settings = g_settings.getNode('terminal-window')
if settings then if settings then
if settings.size then oldSize = size end if settings.size then oldSize = settings.size end
if settings.pos then oldPos = settings.pos end if settings.pos then oldPos = settings.pos end
if settings.poped then popWindow() end if settings.poped then popWindow() end
end end