NOSUBAUTOLOAD
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Jan 2017 23:45:00 +0000
branchjv
changeset 3391 a23601cc0b03
parent 3134 e09d9f88442c
permissions -rw-r--r--
Issue #112: Fix DNU when saving window spec in UI Painter For some reason, `UIPainter` sent `#buildAndMergeFromClass:`, passing down a class name rather than class itself (which is what the method expects, resulting in DNU). Fix is easy: pass down a class itself. https://swing.fit.cvut.cz/projects/stx-jv/ticket/112