[Linux] "Click me" button hides the palette
rchastain opened this issue · 10 comments
I had a chance to look at this in a virtual machine. I'm afraid things are not good on linux.
- You need to increase your desktop resolution. It looks like nothing fits at 800x600
- The splitters don't appear blue with linux/
gtk - they are just a small gray line beside the edge of the color box (to the left) - It looks like thumbnail icons don't get updated. Only when a new image is added
- Doing a full Zoom on a 256x256 image crashes the program and my VM.
At this point I don't think it's very usable on linux
Indeed when I try to change the zoom sometimes the application crashes. I looked into the code. I have an idea but I don't want to make you waste your time, so I will try it first on my side and if the result is good I will tell you.
Otherwise the application seems to work, and looks nice. (For me I removed the "Click me" panel, and changed to initial window state to "maximized".)
It is not easy to find the good formula with splitters, anchors, alignment options... It remembers me when I was working on this little project.
By the way, have you seen that I updated MSPACMAN?
it looks like github did not add one of the replies from the email. I will add here
yes make whatever changes you like to make it work.
are you using the 32bit lazarus or 64 bit? it may be the same issue i faced on windows where creating huge canvas on 32bi caused crashing, on 64 bit works fine.
I have not seen the update for the mspacan. I will take a look. Good job with sticking to it.
This isn't entirely limited to linux (similar issue with a Window's laptop with maximum 768 lines); I've added issue #14 that is sort of related to this issue but with a lot more details/suggestion.
some changes made - please test
Hello! Yes, it's better now. The palette is no longer hidden by the button, and I can resize the grid.
By the way, a small thing to fix: when I close the application through the menu File/Exit, the confirmation dialog shows twice: I have to click twice on "Yes".
ok - fixed exit menu.
Thank you.