zdavatz / amiko_wx

AmiKo/CoMed for Linux and macOS done with wxwidgets and C++, 64 bit. Starts from macOS 10.9
GNU General Public License v3.0
2 stars 1 forks source link

Can no longer add packages to the prescription #92

Closed zdavatz closed 3 years ago

zdavatz commented 3 years ago

This is happening since commit 92a635c435dd9aba61506d4195a5eed09b31e4f7

  1. Open App.
  2. Select prescription Tab.
  3. Select patient.
  4. Add package to prescription.
  5. Package is not added to the prescription.

Interesting observation: If I first print a Fachinfo, then I can add a package to the prescription afterwards. I think the printing commit messed something up in the main window. Confirmed on Gentoo and Ubuntu. On Ubuntu it also seems that you can not longer click anything in the main window if you do not first print a Fachinfo.

bettar commented 3 years ago

The printing commit is not the culprit. I think it's been like this since commit 7039ade "Initially no selection" of 3 Nov 2011.

zdavatz commented 3 years ago

Well I noticed it since the printing commit.