jacquetc / plume-creator-legacy

Fork of the first Plume Creator repository from SourceForge. Written in C++ / Qt5
Other
0 stars 0 forks source link

Editor width shrinks when a key is pressed #1

Open nisaea opened 8 years ago

nisaea commented 8 years ago

Hello,

First: Thanks a million for the hard work, this project is amazing!

However, I've been struggling to make it work, and my main concern is the editor area that keeps jumping to a smaller width when I start typing.

The size handles already kept moving all over the place so I commented the size handles events (I kept the paintEvent so I can see where they are), so now they're immobile. But as soon as I press a key (any letter, enter, backspace...), there's this weird margin that appears between the right size handle and the end of the text, squeezing my text in a narrow column on the left of the editor space.

That weird margin disappears whenever the edit tool bar appears or disappears and the text goes back to normal, or when the tab is closed and open again.

Any idea what is going wrong here?

Thanks!!!

jacquetc commented 8 years ago

Hello Nisaea,

Thank you for using Plume and more thanks for reporting these bugs. I recently wanted to write something in Plume and I discovered this problem with the editor width. I'll work on it in the coming days.

Cordialement, Cyril Jacquet

nisaea commented 8 years ago

Thank you! I'm looking forward to hearing from you!

jacquetc commented 8 years ago

Nowadays, my focus is on a brand new Plume, so sorry if I'm a bit late to answer

nisaea commented 8 years ago

No problem, I tested it too and I'm looking forward to using it when it's complete! It looks really promising! :)