]> git.tdb.fi Git - libs/gltk.git/commit
Refactor visible height calculation in Entry and Text
authorMikko Rasa <tdb@tdb.fi>
Thu, 12 Sep 2019 10:55:11 +0000 (13:55 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 12 Sep 2019 11:01:12 +0000 (14:01 +0300)
commit7c1b1b44dc3726d6cdb4681f9d44189eb4102a5a
treeea19558ba56de52e0f867eea63ca043372aa5054
parent8a911be6fd3c2840befcef44ac7b24969563d34e
Refactor visible height calculation in Entry and Text

It's now contained in a common function to ensure it's calculated the
same way in both.
source/entry.cpp
source/text.cpp
source/text.h