alecmus / lecui

lecui user interface library, for rapid gui application development in C++ on Windows
MIT License
13 stars 5 forks source link

Automatically generated pane alias #1

Closed alecmus closed 3 years ago

alecmus commented 3 years ago

When no pane alias is specified by the user there is no mechanism for containers::pane::pane() to know the alias that is automatically generated in containers::pane::impl::addpane() and so subsequent calls to containers::pane::get() fail as the alias field of containers::pane::impl remains empty.

alecmus commented 3 years ago

Addressed in 231cb467e25fe5e8154907c26359e03153e82f38.